scratch-www/src/views/guidelines/guidelines.scss
The_Grits c224284d81 oops
Just realized I took the whole footer off, not just the image.
2016-08-31 21:24:10 -04:00

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;
}
}
}