This commit is contained in:
2026-01-29 19:13:03 +01:00
parent 1cc583c976
commit 762226f744
4 changed files with 288 additions and 389 deletions

View File

@@ -97,7 +97,7 @@
}
.narrow-container {
@apply max-w-2xl mx-auto px-6 py-8;
@apply max-w-3xl mx-auto px-6 py-8;
}
.highlighter-tag {
@@ -222,11 +222,11 @@
top: 0;
left: 0;
width: 100%;
height: 2px;
background: #3b82f6;
height: 1px;
background: #0f172a;
transform-origin: left;
transform: scaleX(0);
z-index: 50;
z-index: 100;
transition: transform 0.1s ease-out;
}