fix switch between mobile/desktop design

This commit is contained in:
Felix Lange
2016-11-15 11:56:24 +01:00
parent 3058a06c03
commit c474c4082b
2 changed files with 8 additions and 14 deletions

View File

@ -29,6 +29,9 @@
.mascot-mobile {
display: none;
}
.hide-on-small-screen {
display: block;
}
.featurette-heading {
font-size: 50px;
}
@ -38,7 +41,4 @@
.featurette-image {
margin-top: 30px;
}
.hide-on-small-screen {
display: block;
}
}