Add extra padding when the toolbar collapses in small devices

This commit is contained in:
Daniel García 2019-02-18 20:33:32 +01:00
parent 7b5bcd45f8
commit 828e3a5795
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A

View File

@ -21,6 +21,12 @@
padding-top: 70px;
}
@media (max-width:768px) {
body {
padding-top: 190px;
}
}
img {
width: 48px;
height: 48px;