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;