Skip to content

Commit 6bb9a26

Browse files
authored
Add files via upload
1 parent 83678fe commit 6bb9a26

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

style.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,20 +248,21 @@ a { color: var(--charcoal); }
248248

249249
.tool-strip {
250250
display: flex;
251-
flex-wrap: wrap;
251+
flex-wrap: nowrap;
252252
justify-content: center;
253253
gap: 0.75rem;
254254
}
255255

256256
.tool-chip {
257257
display: inline-block;
258258
text-decoration: none;
259-
padding: 0.5rem 1.25rem;
259+
padding: 0.35rem 0.75rem;
260260
border: 2px solid var(--accent);
261261
border-radius: 6px;
262262
color: var(--accent);
263-
font-size: 0.85rem;
263+
font-size: 0.8rem;
264264
font-weight: 500;
265+
white-space: nowrap;
265266
transition: background 0.15s, color 0.15s;
266267
}
267268

@@ -690,4 +691,11 @@ a { color: var(--charcoal); }
690691

691692
.hero-cats { gap: 0.75rem; }
692693
.cat-icon { width: 36px; height: 36px; }
694+
695+
.tool-strip {
696+
flex-wrap: nowrap;
697+
overflow-x: auto;
698+
justify-content: flex-start;
699+
padding-bottom: 0.5rem;
700+
}
693701
}

0 commit comments

Comments
 (0)