fix layout

This commit is contained in:
Reimar 2025-10-10 12:43:43 +02:00
parent e8881b4a50
commit e9719acb59

View File

@ -16,18 +16,19 @@ main {
display: flex;
flex-direction: row;
height: 100vh;
padding: 32px;
gap: 32px;
}
.section-header {
background-color: white;
background-color: #BDBDBD;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border: 1px solid light-dark(#bdbdbd, #222);
padding: 4px;
padding-left: 8px;
font-family: sans-serif;
color: #747474;
color: #424242;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
@ -75,9 +76,7 @@ div#buttons > * > button {
gap: 5px;
justify-content: space-evenly;
align-items: flex-start;
padding: 32px;
gap: 32px;
height: 100vh;
flex: 1;
}