Compare commits
3 Commits
ce4161db0d
...
f4e0bed9cd
Author | SHA1 | Date | |
---|---|---|---|
f4e0bed9cd | |||
109ff6ce95 | |||
99247db83d |
|
@ -7,6 +7,10 @@
|
||||||
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 {
|
||||||
|
@ -15,6 +19,10 @@
|
||||||
($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,6 +55,10 @@
|
||||||
.sidenote-checkbox:checked ~ & {
|
.sidenote-checkbox:checked ~ & {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include below-two-margins {
|
@include below-two-margins {
|
||||||
|
|
|
@ -252,6 +252,8 @@ 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