Mobile fixes for the splash

This commit is contained in:
Henne Vogelsang 2014-11-20 16:52:55 +01:00
parent cb227a0afc
commit b6b0c104fd
8 changed files with 41 additions and 10 deletions

View file

@ -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 {