1
Files
2025/themes/42/assets/css/main.css

6 lines
94 B
CSS

main {
display: flex;
flex-direction: column;
gap: var(--gap-main);
flex: 1;
}