Update some styles/layout

This commit is contained in:
2024-11-19 23:36:10 +00:00
parent 4e3f357807
commit f460db6a5b

View File

@@ -196,7 +196,7 @@ header {
text-decoration: none; text-decoration: none;
} }
.nav a[href][aria-current='page'] { .nav a[href][aria-current='page'] {
text-decoration: underline; font-weight: bold;
} }
/* Posts list */ /* Posts list */
@@ -283,7 +283,6 @@ header {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
text-transform: capitalize; text-transform: capitalize;
font-style: italic;
} }
.postlist-item > .post-tag { .postlist-item > .post-tag {
align-self: center; align-self: center;
@@ -301,3 +300,15 @@ header {
.post-metadata time { .post-metadata time {
margin-right: 1em; margin-right: 1em;
} }
img {
max-width: 100%;
display: block;
margin: 0 auto;
}
img[height] {
height: auto;
}
img[width][height] {
height: auto;
}