mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Merge pull request #902 from TheGrits/patch-3
Fix gh-894: Community Guidelines Image
This commit is contained in:
commit
1b4eaf0f0f
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
@import "../../colors";
|
||||
@import "../../frameless";
|
||||
|
||||
.guidelines {
|
||||
.guidelines-footer {
|
||||
|
@ -12,3 +13,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $tablet - 1){
|
||||
.guidelines-footer {
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue