Mobile fixes for the splash
This commit is contained in:
parent
cb227a0afc
commit
b6b0c104fd
8 changed files with 41 additions and 10 deletions
|
|
@ -8,11 +8,11 @@
|
|||
}
|
||||
|
||||
@else if $class == md {
|
||||
@media (min-width: 970px) { @content; }
|
||||
@media (min-width: 992px) { @content; }
|
||||
}
|
||||
|
||||
@else if $class == lg {
|
||||
@media (min-width: 1170px) { @content; }
|
||||
@media (min-width: 1200px) { @content; }
|
||||
}
|
||||
|
||||
@else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue