feat: Page now uses max height + new logo
This commit is contained in:
@@ -4,7 +4,7 @@ .sidebar {
|
||||
color: mc('blue-grey', '50');
|
||||
width: 250px;
|
||||
max-width: 250px;
|
||||
min-height: 80vh;
|
||||
min-height: calc(100vh - 120px);
|
||||
|
||||
aside {
|
||||
padding: 1px 0 15px 0;
|
||||
|
||||
Reference in New Issue
Block a user