mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-02 23:52:36 +02:00
added list and table styling, also migrated all the SLSW blogs
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user