Skip to content

Commit f1cb406

Browse files
matte1782claude
andcommitted
fix(w48): remove duplicate media query + bump entity badge font to 10px
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 91adf89 commit f1cb406

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

demo/entity-rag/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,6 @@
261261
align-items: start;
262262
}
263263

264-
@media (max-width: 768px) {
265-
.layout { grid-template-columns: 1fr; }
266-
}
267-
268264
/* Sidebar / Terminal Panel */
269265
.sidebar { position: sticky; top: 72px; }
270266

@@ -613,7 +609,7 @@
613609

614610
/* Entity Badges */
615611
.entity-badge {
616-
font-size: 9px;
612+
font-size: 10px;
617613
font-weight: 700;
618614
padding: 3px 8px;
619615
border-radius: 10px;

0 commit comments

Comments
 (0)