Fix css for small devices (max-width: 320px)

This commit is contained in:
pablovidal85 2017-05-03 16:00:38 +02:00
commit 1140f0bd96
4 changed files with 46 additions and 0 deletions

View file

@ -176,6 +176,9 @@
display: block;
align-items: center;
justify-content: center;
@media(max-width: 320px) {
padding-top: 60px;
}
&.collapsible {
margin-bottom: 10px;