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)) {
|
||||
@content;
|
||||
}
|
||||
|
||||
@media print {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin below-one-margin {
|
||||
|
@ -15,6 +19,10 @@
|
|||
($margin-width + $margin-inner-offset + $margin-outer-offset)) {
|
||||
@content;
|
||||
}
|
||||
|
||||
@media print {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin margin-content {
|
||||
|
|
|
@ -55,6 +55,10 @@
|
|||
.sidenote-checkbox:checked ~ & {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media print {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@include below-two-margins {
|
||||
|
|
|
@ -252,6 +252,8 @@ ul.post-list {
|
|||
}
|
||||
|
||||
figure {
|
||||
break-inside: avoid;
|
||||
|
||||
img {
|
||||
border: $standard-border;
|
||||
border-radius: 0.5rem;
|
||||
|
|
Loading…
Reference in New Issue
Block a user