different img styles
This commit is contained in:
parent
464675146d
commit
adbf2cad0e
|
@ -27,14 +27,20 @@ a.categoryListing {
|
||||||
color: #E8E8E8;
|
color: #E8E8E8;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
display: block;
|
||||||
|
max-width: 80%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
img.gallery {
|
||||||
|
display: unset;
|
||||||
|
max-width: unset;
|
||||||
|
margin-left: unset;
|
||||||
|
margin-right: unset;
|
||||||
}
|
}
|
||||||
div.blogpost {
|
div.blogpost {
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
}
|
}
|
||||||
div.blogpost img {
|
|
||||||
max-width: 50%;
|
|
||||||
}
|
|
||||||
div.navigation {
|
div.navigation {
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user