Skip to content

Commit f14df34

Browse files
committed
fix: Increase therapeutic area card minimum width to prevent text overflow
- Change grid minmax from 200px to 250px - Ensures longer words like 'Cardiometabolic' fit properly within cards - Prevents text wrapping issues in therapeutic area boxes
1 parent 688c301 commit f14df34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ ul {
12481248

12491249
.therapeutic-grid {
12501250
display: grid;
1251-
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
1251+
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
12521252
gap: 1.5rem;
12531253
position: relative;
12541254
z-index: 1;

0 commit comments

Comments
 (0)