mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 12:42:28 +02:00
moved over the last blogs, also changed the styling of lists
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
@media print {
|
||||
.hideInPrintView {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.showInPrintView {
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
}
|
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user