Reorganize CSS properties
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Amy 2021-10-04 00:39:17 -04:00
parent ee81039e75
commit 6df2f3fdd9
1 changed files with 6 additions and 4 deletions

View File

@ -22,13 +22,15 @@
}
.nav {
position: sticky;
overflow: auto;
flex-shrink: 0;
top: calc(20rem / 16);
bottom: calc(60rem / 16);
position: sticky;
height: calc(94vh - (20rem / 16));
flex-shrink: 0;
overflow: auto;
margin: calc(8rem / 16) calc(32rem / 16) calc(20rem / 16) 0;
height: calc(94vh - (20rem / 16));
color: var(--primary-heading);
font-weight: 500;
}