logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 75cd44287df762229699bcec01e925d489614e25
parent eac639debe55ca62aaa7656d7a863d182fe9e09c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 30 Jul 2019 17:13:37 +0200

index.css: max-width only for articles

Diffstat:

Mcss/index.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/index.css b/css/index.css @@ -36,9 +36,9 @@ article, section, main { margin: 1.5rem auto; padding: 0.5rem; background-color: var(--dark-ansi00-soft); - max-width: 80em; display: table; } +article { max-width: 80em; } table { border: 0.1em solid;