Compare commits

..

No commits in common. "f4e0bed9cdeb761d9eb85fc5ef6ff1f4fe86acea" and "ce4161db0d6ba2c46402343adf4486527847ca7e" have entirely different histories.

3 changed files with 0 additions and 14 deletions

View File

@ -7,10 +7,6 @@
2 * ($margin-width + $margin-inner-offset + $margin-outer-offset)) {
@content;
}
@media print {
@content;
}
}
@mixin below-one-margin {
@ -19,10 +15,6 @@
($margin-width + $margin-inner-offset + $margin-outer-offset)) {
@content;
}
@media print {
@content;
}
}
@mixin margin-content {

View File

@ -55,10 +55,6 @@
.sidenote-checkbox:checked ~ & {
display: block;
}
@media print {
display: block;
}
}
@include below-two-margins {

View File

@ -252,8 +252,6 @@ ul.post-list {
}
figure {
break-inside: avoid;
img {
border: $standard-border;
border-radius: 0.5rem;