pikto's picture
Update client/css/main.css
f00b0b1
raw
history blame
155 Bytes
.main-container {
display: flex;
padding: var(--section-gap);
height: 100vh;
justify-content: space-between;
box-sizing: border-box;
}