From b81729506f106057494c4e892442556eecd88298 Mon Sep 17 00:00:00 2001 From: Breizh Date: Sun, 9 May 2021 16:15:47 +0200 Subject: [PATCH] Test CSS --- styles/default.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/styles/default.css b/styles/default.css index 2b3eb90..f2427eb 100644 --- a/styles/default.css +++ b/styles/default.css @@ -2,6 +2,7 @@ body { margin:40px auto; + max-width: 800px; background-color:#2d2d2d; color: #D3D0C8; padding:0 10px; @@ -10,16 +11,8 @@ body { word-wrap: break-word; } -#qr { - position: absolute; - top: 5px; - right:5px; -} - #links-container { text-align: left; - width: 800px; - max-width: 90%; margin: auto; border: 1px solid #393939; padding: 15px;