adding pictures and heading

This commit is contained in:
Will Baumbach
2020-04-22 18:41:24 -04:00
parent 2c1e5d53ea
commit 5182d7f243
4 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
.subheading {
font-size: 1.5rem;
font-weight: 300;
}
@media only screen and (max-width: 767px) {
.desktopOnly {
display: none;
}
}
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
.heading {
margin-top: 12px;
}