adding pictures and heading
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user