diff --git a/assets/style.css b/assets/style.css index f002218..a5b81fa 100644 --- a/assets/style.css +++ b/assets/style.css @@ -11,7 +11,7 @@ body { background: black; border: 2px solid #ff8d00; padding: 15px; - max-width: 1500px; + max-width: 1200px; display: flex; flex-direction: column; position: relative; @@ -35,6 +35,10 @@ body { font-weight: bold; } +.magi>.header { + overflow: hidden; +} + .magi>.header>hr { border: 2px solid #277547; height: 4px; @@ -181,9 +185,9 @@ body { font-family: 'Lucida Console'; position: absolute; background: black; - max-width: 40vw; - top: 10vh; - right: 10vw; + max-width: 60%; + top: 10%; + right: 10%; } .modal>.modal-header {