fix responsiveness

This commit is contained in:
cel 🌸 2023-06-20 23:18:03 +01:00
parent c24e154bb2
commit 1139faada1
Signed by: cel
GPG Key ID: 48E29AF13B5F1349
1 changed files with 8 additions and 3 deletions

View File

@ -19,10 +19,14 @@ body {
padding: 0;
margin: 0;
font-size: 14pt;
display: flex;
flex-direction: column;
align-items: center;
}
#page {
padding: 6vw;
max-width: 2000px;
display: flex;
flex-direction: column;
}
@ -64,7 +68,7 @@ ul {
}
.panel {
margin: 2vw;
margin: 4vh;
border: 4px solid #311f20;
padding: 2rem 4rem;
position: relative;
@ -122,8 +126,9 @@ main {
.main-content {
flex: 12 1 0;
min-width: 50vw;
// z-index: 3;
min-width: 50%;
width: 100%;
/* z-index: 3; */
z-index: 15;
overflow-wrap: break-word;
}