fix switch between mobile/desktop design
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user