feat: Page now uses max height + new logo

This commit is contained in:
NGPixel
2017-04-22 19:46:20 -04:00
parent 6a734510d7
commit 08e695da7a
9 changed files with 48 additions and 41 deletions

View File

@@ -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;