Skip to content

Commit 33b4d00

Browse files
committed
Shrink category table font; enlarge hero-section font
1 parent 2ea84a0 commit 33b4d00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/custom.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ table, pre, code, img, iframe {
116116
align-items: center;
117117
display: flex;
118118
flex-wrap: wrap;
119-
font-size: 13.5pt;
119+
font-size: 1.1rem;
120120
justify-content: space-between;
121121
position: relative;
122122
z-index: 1;
@@ -166,7 +166,6 @@ table, pre, code, img, iframe {
166166

167167
.category-table {
168168
display: grid;
169-
font-size: 0.95rem;
170169
grid-template-columns: 0.5fr 1fr 1fr 1fr;
171170
gap: 0.75rem 0;
172171
margin-top: 2.5rem;

0 commit comments

Comments
 (0)