different img styles
This commit is contained in:
parent
464675146d
commit
adbf2cad0e
|
@ -27,14 +27,20 @@ a.categoryListing {
|
|||
color: #E8E8E8;
|
||||
}
|
||||
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 {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
div.blogpost img {
|
||||
max-width: 50%;
|
||||
}
|
||||
div.navigation {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user