mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
8 lines
132 B
CSS
8 lines
132 B
CSS
.menu {
|
|
width: 300px;
|
|
padding-right: 20px;
|
|
border-right: 1px solid var(--base300);
|
|
grid-row: 2 / 3;
|
|
grid-column: 1 / 2;
|
|
}
|