updated list margin bottom

This commit is contained in:
gijsio
2020-07-24 11:57:13 +02:00
parent fbc5957874
commit 9d659a7783
2 changed files with 9 additions and 1 deletions

View File

@@ -129,9 +129,13 @@ a.bread:hover {
.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
background-color: transparent;
}
/* changes 24-07-2020:
due to adding margin-bottom to ul and ol,
we need to remove it here
*/
ul.lefttree {
margin-left: -8px;
margin-bottom: 0px;
}
a, li.lefttree > a {

View File

@@ -2816,9 +2816,13 @@ html {
::-ms-reveal {
display: none;
}
/* changes 24-07-2020:
added margin-bottom for ul and ol
*/
ul,
ol {
padding-left: 24px;
margin-bottom: 10px;
}
.display-4 {
font-size: 112px !important;