Skip to content

Commit fd0d292

Browse files
authored
Update page
1 parent dda9cfd commit fd0d292

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,12 @@
183183
text-transform: uppercase;
184184
letter-spacing: 0.06em;
185185
color: #888;
186-
margin: 0 0 0.75rem 0;
186+
margin: -1rem -1.25rem 0.75rem -1.25rem;
187+
padding: 1rem 1.25rem 0.25rem 1.25rem;
187188
position: sticky;
188-
top: 0;
189+
top: -1rem;
189190
background: white;
190-
padding-bottom: 0.25rem;
191+
z-index: 1;
191192
}
192193
.match { background: #c8f0c8; border-radius: 2px; padding: 1px 2px; cursor: pointer; transition: outline 0.15s; }
193194
.diff { background: #fbd4d4; border-radius: 2px; padding: 1px 2px; }

0 commit comments

Comments
 (0)