logo

lanodan.eu

Unnamed repository; edit this file 'description' to name the repository.
commit: a4a295a9d395bb208d9d1513b65ce4e862c1c871
parent: 82135b01e17603cc2682aa12f02aeb904c42788c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 25 May 2018 19:08:03 +0200

style.css: Mobile Compatibility

Diffstat:

Mstyle.css3+--
1 file changed, 1 insertion(+), 2 deletions(-)

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