Add margin bottom to body

This commit is contained in:
Gabriel Augendre 2019-03-03 19:52:24 +01:00
parent 875fa56cc4
commit 7445f0a457

View file

@ -10,3 +10,7 @@
#quick-actions { #quick-actions {
margin-bottom: 1em; margin-bottom: 1em;
} }
body {
margin-bottom: 1em;
}