From f3fd793fb1a3103ebefaffdf590635091d824f50 Mon Sep 17 00:00:00 2001 From: Breizh Date: Sun, 2 Oct 2022 01:07:24 +0200 Subject: [PATCH] Correction du CSS --- styles/default.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/styles/default.css b/styles/default.css index 0e6fd85..f3eff46 100644 --- a/styles/default.css +++ b/styles/default.css @@ -1,11 +1,11 @@ /* Inspired by lord.re and bettermotherfuckingwebsite.com */ body { - margin:40px auto; - max-width: 60em; + margin: auto; + max-width: 60rem; background-color:#2d2d2d; color: #D3D0C8; - padding:0 10px; + padding: 2rem; font-family: sans-serif; text-align: center; word-wrap: break-word; @@ -37,6 +37,7 @@ body { video,img { max-width: 100%; + max-height: 80vh; } audio { @@ -60,6 +61,7 @@ pre,code { } a { color: #F99157; + display: inline-block; } a:visited { color: #F2777A;