Merge all writing layouts into a single one

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2026-04-19 00:17:33 -07:00
parent 4a29854f7b
commit 73f8c787c9
10 changed files with 18 additions and 52 deletions

View File

@@ -0,0 +1,19 @@
@import "variables.scss";
@import "mixins.scss";
.spiderweb {
position: fixed;
top: 0;
right: 0;
opacity: 0.25;
max-width: 900px;
@include below-container-width {
width: $container-width-threshold;
}
}
code {
background: none;
border: none;
}