Make some more small style changes

This commit is contained in:
Ramon Wenger 2022-03-01 09:32:12 +01:00
parent 2ef53c1e5c
commit b921c9b2c6
2 changed files with 2 additions and 0 deletions

View File

@ -351,6 +351,7 @@
display: grid;
grid-template-columns: 100vw;
grid-template-rows: 85vh 80px;
height: 100vh;
grid-template-areas:
'content'
'footer';

View File

@ -127,6 +127,7 @@
}
/deep/ ul {
padding-left: $medium-spacing;
list-style: initial;
}