design
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user