logo

blog

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

index.css: max-width for main too

Diffstat:

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

diff --git a/css/index.css b/css/index.css @@ -38,7 +38,7 @@ article, section, main { background-color: var(--dark-ansi00-soft); display: table; } -article { max-width: 80em; } +article, main { max-width: 80em; } table { border: 0.1em solid;