Raw blog finished

This commit is contained in:
2024-02-20 21:15:29 +03:00
parent 44c60f7069
commit eadc0b119d
18 changed files with 356 additions and 200 deletions
+7 -3
View File
@@ -314,6 +314,11 @@ body {
scroll-snap-type: both mandatory;
scroll-snap-stop: normal;
&::after {
content: '';
scroll-snap-align: start;
}
&-box {
position: relative;
@@ -397,19 +402,18 @@ body {
filter: drop-shadow(1px 2px 3px rgb(0 0 0 / 100%));
}
&-share {
&-control {
position: absolute;
top: 0;
left: 0;
}
&-control {
&-share {
position: absolute;
top: 0;
right: 0;
}
}