logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: dc8f296f20cfce71c6c71a203467c039b8c6a765
parent 886162f970baf96f4bc82d1f36a9f11cb83df29a
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;