8 lines
137 B
CSS
8 lines
137 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: rem(10);
|
|
min-height: 70vh;
|
|
background-color: transparent;
|
|
}
|