6 lines
94 B
CSS
6 lines
94 B
CSS
main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--gap-main);
|
|
flex: 1;
|
|
} |