moved over the last blogs, also changed the styling of lists

This commit is contained in:
2022-09-25 23:25:23 +02:00
parent 9059befae3
commit 619758c175
16 changed files with 309 additions and 9 deletions

View File

@@ -8,10 +8,10 @@
@media print {
.hideInPrintView {
display:none;
display: none;
}
.showInPrintView {
display: initial;
}
}
}

View File

@@ -125,6 +125,15 @@ p {
@include margin-bottom(1);
}
ol,
ul {
padding-left: 5rem;
p {
margin: 0 !important;
}
}
blockquote {
border-color: #d9d9d9;
border-style: solid;
@@ -168,11 +177,6 @@ figcaption {
text-align: center;
}
ol,
ul {
padding-left: 5rem;
}
table {
// border: 1px solid $color-base;
@@ -210,4 +214,4 @@ table {
.float-left {
float: left;
}
}
}