decrease just the cover image size

This commit is contained in:
Adriano Caloiaro 2024-11-18 04:26:05 -07:00
parent 6fd56371f3
commit 1d12a8fb0e
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75

View file

@ -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;