File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.5 rem 1.25 rem ;
259+ padding : 0.35 rem 0.75 rem ;
260260 border : 2px solid var (--accent );
261261 border-radius : 6px ;
262262 color : var (--accent );
263- font-size : 0.85 rem ;
263+ font-size : 0.8 rem ;
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}
You can’t perform that action at this time.
0 commit comments