fix: logo, icons, footer heading, list marker position
All checks were successful
Build / build (push) Successful in 4m13s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Successful in 2m6s

This commit is contained in:
2025-04-23 09:43:36 +02:00
parent 9f6cfb145e
commit c2a8d3f67b
6 changed files with 33 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ ol {
&::before {
content: counter(step, decimal-leading-zero);
position: absolute;
top: .5rem;
top: .2rem;
left: 0;
@apply text-primary font-bold text-2xl leading-none;
}
@@ -24,7 +24,7 @@ ol {
&::after {
content: "";
position: absolute;
top: calc(#{$marker-size} + 1rem);
top: calc(#{$marker-size} + .5rem);
bottom: -$gap-y; // extend past the lis bottom margin
left: calc(#{$marker-size} / 2);
transform: translateX(-50%);