6 lines
60 B
CSS
6 lines
60 B
CSS
.page {
|
|
@apply flex;
|
|
}
|
|
.sidebar {
|
|
@apply md:w-64 w-32;
|
|
} |