logo

lanodan.eu

Unnamed repository; edit this file 'description' to name the repository.
commit: 7be234f6d528283df8d21ae238932143f2052ed5
parent: 3a0c168af54d8a41aa56eb8d277f6969ac1da026
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 25 May 2018 20:10:43 +0200

style.css: Don’t take all the width if not needed

Diffstat:

Mstyle.css1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -8,6 +8,7 @@ nav li { list-style: none; } main { margin: 0 auto; max-width: 90em; + display: table; } code { font-family: monospace; } .p-nickname::before { content:"("; }