Skip to content

Commit 09ea845

Browse files
committed
Improve layout, spacing, and select element styles
Updated `grid-template-columns` for headings to enhance responsiveness and added optional spacing between cards. Refactored `.article-card a` styles for consistency. Enhanced `.sort-controls select` with simplified font-family, tighter line-height, padding, and alignment improvements for better usability and appearance.
1 parent 716454d commit 09ea845

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

assets/css/style.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,12 +1124,16 @@ h1, h2, h3, h4, h5, h6 {
11241124
}
11251125

11261126
.article-card a {
1127-
text-decoration: none;
1128-
color: inherit;
1127+
text-decoration: none;
1128+
color: inherit;
11291129
}
11301130

11311131
.sort-controls select {
1132-
font-family: 'Minecraft Seven v2', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
1133-
font-size: 1rem; /* optional: match your site’s text size */
1134-
line-height: 1.4;
1135-
}
1132+
font-family: 'Minecraft Seven v2', sans-serif;
1133+
font-size: 1rem;
1134+
line-height: 1.2; /* tighter line height */
1135+
padding: 6px 10px; /* give vertical breathing room */
1136+
box-sizing: border-box;
1137+
height: auto;
1138+
vertical-align: middle;
1139+
}

0 commit comments

Comments
 (0)