Make some more small style changes
This commit is contained in:
parent
2ef53c1e5c
commit
b921c9b2c6
|
|
@ -351,6 +351,7 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 100vw;
|
grid-template-columns: 100vw;
|
||||||
grid-template-rows: 85vh 80px;
|
grid-template-rows: 85vh 80px;
|
||||||
|
height: 100vh;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
'content'
|
'content'
|
||||||
'footer';
|
'footer';
|
||||||
|
|
|
||||||
|
|
@ -127,6 +127,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ ul {
|
/deep/ ul {
|
||||||
|
padding-left: $medium-spacing;
|
||||||
list-style: initial;
|
list-style: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue