Publich 'On Spiders'

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2026-03-22 01:08:11 -05:00
parent 49ab3982f1
commit a350cd14f8
4 changed files with 806 additions and 0 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;
}