Push to bottom profile menu on sidebar.

This commit is contained in:
Santiago Lamora 2020-01-20 18:34:00 +01:00
parent 36b0033b11
commit 3890fec111
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ a:hover {
min-width: 280px;
max-width: 280px;
min-height: 100vh;
display: flex;
flex-direction: column;
}
#sidebar #sidebar-services {
flex-grow: 1;
}
#sidebar.active {