Skip to content

Commit 716454d

Browse files
committed
Increase font size and add line-height to dropdown
Updated the `.sort-controls select` element in `style.css`: - Increased `font-size` from `0.8rem` to `1rem` for better readability. - Added `line-height: 1.4` to improve vertical spacing. Ensured `h1-h6` elements retain `color: inherit` property. Increase font size and add line height for dropdowns Updated the `.sort-controls select` element in `style.css`: - Changed `font-size` from `0.8rem` to `1rem` for better readability. - Added `line-height: 1.4` to improve vertical spacing between lines.
1 parent 6be8882 commit 716454d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,5 +1130,6 @@ h1, h2, h3, h4, h5, h6 {
11301130

11311131
.sort-controls select {
11321132
font-family: 'Minecraft Seven v2', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
1133-
font-size: 0.8rem; /* optional: match your site’s text size */
1133+
font-size: 1rem; /* optional: match your site’s text size */
1134+
line-height: 1.4;
11341135
}

0 commit comments

Comments
 (0)