Better support of smaller displayes.

This commit is contained in:
Tomasz Rewak
2023-05-16 15:57:18 +02:00
parent fdaed9eebe
commit 9a72ead951
+8 -4
View File
@@ -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 {