decrease just the cover image size
This commit is contained in:
parent
6fd56371f3
commit
1d12a8fb0e
1 changed files with 19 additions and 1 deletions
|
|
@ -68,7 +68,25 @@ a {
|
|||
|
||||
img {
|
||||
display: block;
|
||||
max-width: 35%;
|
||||
max-width: 100%;
|
||||
|
||||
&.left {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
&.center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
&.right {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
img.post-cover {
|
||||
display: block;
|
||||
max-width: 30%;
|
||||
|
||||
&.left {
|
||||
margin-right: auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue