9 lines
No EOL
162 B
CSS
9 lines
No EOL
162 B
CSS
.page {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
background-color: var(--background-color)
|
|
}
|
|
.main {
|
|
width: 100%;
|
|
} |