jonnybarnes.uk/resources/sass-orig/_notes.scss
2019-07-13 18:05:50 +01:00

17 lines
245 B
SCSS
Vendored

// notes.scss
.h-entry .note {
width: $mainWidth;
}
@media screen and (max-width: $mainWidth) {
.h-entry .note {
width: 95vw;
.e-content {
img {
width: 100%;
}
}
}
}