scratch-www/src/views/guidelines/guidelines.scss

24 lines
360 B
SCSS
Raw Normal View History

2016-04-23 14:27:08 -04:00
@import "../../colors";
@import "../../frameless";
2016-04-23 14:27:08 -04:00
.guidelines {
.guidelines-footer {
2016-04-29 17:15:26 -04:00
margin-top: 1.5rem;
text-align: center;
}
dl {
dt {
margin-top: 1.5rem;
}
2016-04-23 14:27:08 -04:00
}
}
@media only screen and (max-width: $tablet - 1){
.guidelines-footer {
img {
display: none;
}
}
}