Skip to content

Commit ba6487f

Browse files
committed
Increase font
1 parent 2a2028b commit ba6487f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

_sass/_modern-components.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
transition:
2626
background-color 150ms ease,
2727
color 150ms ease;
28-
font-size: 0.95rem;
28+
font-size: 1rem;
2929
display: inline-block;
3030

3131
&:hover {
@@ -51,7 +51,7 @@
5151
border-radius: 0.25rem;
5252
margin: 0.15rem 0;
5353
font-weight: 400;
54-
font-size: 0.95rem;
54+
font-size: 1rem;
5555
transition:
5656
background-color 150ms ease,
5757
color 150ms ease;
@@ -116,8 +116,8 @@
116116
font-size: 1.5rem;
117117
overflow: hidden;
118118
display: -webkit-box;
119-
-webkit-line-clamp: 3;
120-
line-clamp: 3;
119+
-webkit-line-clamp: 2;
120+
line-clamp: 2;
121121
-webkit-box-orient: vertical;
122122
text-overflow: ellipsis;
123123
}
@@ -128,8 +128,8 @@
128128
color: var(--global-text-color-light);
129129
overflow: hidden;
130130
display: -webkit-box;
131-
-webkit-line-clamp: 3;
132-
line-clamp: 3;
131+
-webkit-line-clamp: 2;
132+
line-clamp: 2;
133133
-webkit-box-orient: vertical;
134134
text-overflow: ellipsis;
135135
}
@@ -222,7 +222,7 @@ select {
222222
border-radius: 0.375rem;
223223
border: 1px solid var(--global-divider-color);
224224
padding: 0.5rem 0.75rem;
225-
font-size: 0.95rem;
225+
font-size: 1rem;
226226
transition:
227227
border-color 150ms ease,
228228
box-shadow 150ms ease;

0 commit comments

Comments
 (0)