Compare commits
No commits in common. "f4e0bed9cdeb761d9eb85fc5ef6ff1f4fe86acea" and "ce4161db0d6ba2c46402343adf4486527847ca7e" have entirely different histories.
f4e0bed9cd
...
ce4161db0d
|
@ -7,10 +7,6 @@
|
||||||
2 * ($margin-width + $margin-inner-offset + $margin-outer-offset)) {
|
2 * ($margin-width + $margin-inner-offset + $margin-outer-offset)) {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
|
||||||
@content;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin below-one-margin {
|
@mixin below-one-margin {
|
||||||
|
@ -19,10 +15,6 @@
|
||||||
($margin-width + $margin-inner-offset + $margin-outer-offset)) {
|
($margin-width + $margin-inner-offset + $margin-outer-offset)) {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
|
||||||
@content;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin margin-content {
|
@mixin margin-content {
|
||||||
|
|
|
@ -55,10 +55,6 @@
|
||||||
.sidenote-checkbox:checked ~ & {
|
.sidenote-checkbox:checked ~ & {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include below-two-margins {
|
@include below-two-margins {
|
||||||
|
|
|
@ -252,8 +252,6 @@ ul.post-list {
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
break-inside: avoid;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: $standard-border;
|
border: $standard-border;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user