mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-13 01:01:29 -05:00
c224284d81
Just realized I took the whole footer off, not just the image.
23 lines
360 B
SCSS
23 lines
360 B
SCSS
@import "../../colors";
|
|
@import "../../frameless";
|
|
|
|
.guidelines {
|
|
.guidelines-footer {
|
|
margin-top: 1.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
dl {
|
|
dt {
|
|
margin-top: 1.5rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: $tablet - 1){
|
|
.guidelines-footer {
|
|
img {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|