Fixed meta divider

This commit is contained in:
Niléane 2023-07-10 18:30:29 +02:00
parent 43e5b3b4e9
commit 872113cae9
No known key found for this signature in database

View file

@ -1995,6 +1995,7 @@ body.layout-single-column {
@media screen and (max-width:600px) { @media screen and (max-width:600px) {
.layout-single-column .about__meta__divider { .layout-single-column .about__meta__divider {
border-top: 3px solid var(--color-content-secondary-separator); border-top: 3px solid var(--color-content-secondary-separator);
width: 90%;
} }
} }
.layout-single-column .about__section:nth-child(3) .about__section__body { .layout-single-column .about__section:nth-child(3) .about__section__body {