mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Update guidelines.scss
Update to hide page's footer image when the screen is too small.
This commit is contained in:
parent
07d7750b9c
commit
bf24d592ad
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
@import "../../colors";
|
||||
@import "../../frameless";
|
||||
|
||||
.guidelines {
|
||||
.guidelines-footer {
|
||||
|
@ -12,3 +13,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $tablet - 1){
|
||||
.guidelines-footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue