Fix css for small devices (max-width: 320px)
This commit is contained in:
parent
b14efe2b2a
commit
1140f0bd96
4 changed files with 46 additions and 0 deletions
|
|
@ -176,6 +176,9 @@
|
|||
display: block;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@media(max-width: 320px) {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
&.collapsible {
|
||||
margin-bottom: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue