added list and table styling, also migrated all the SLSW blogs

This commit is contained in:
2022-09-18 22:26:24 +02:00
parent 74082cd463
commit 54e3e0d450
21 changed files with 3628 additions and 2803 deletions

View File

@@ -168,6 +168,33 @@ figcaption {
text-align: center;
}
ol,
ul {
padding-left: 5rem;
}
table {
// border: 1px solid $color-base;
border-collapse: collapse;
width: 70%;
th {
border-bottom: 1px solid $color-base;
border-collapse: collapse;
padding: 1rem;
text-align: left;
}
tr,
th {
td {
padding: 0.3rem;
padding-left: 1rem;
}
}
}
@include breakpoint-sm {
figure.float-left,