Spaces:
Runtime error
Runtime error
File size: 228 Bytes
29a2592 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.main-container {
display: flex;
padding: var(--section-gap);
height: 100vh;
justify-content: center;
box-sizing: border-box;
}
@media screen and (max-width: 360px) {
.main-container {
padding: 0px;
height: 90vh;
}
} |