Add space above the footer

This commit is contained in:
Jonny Barnes 2016-12-01 12:13:38 +00:00
parent 90d329feb7
commit 92334e59ed

View file

@ -47,6 +47,10 @@ body > .h-card {
border-top: 1px solid grey; border-top: 1px solid grey;
} }
footer {
margin-top: 1rem;
}
footer button { footer button {
margin-left: 5px; margin-left: 5px;
} }