Skip to content

Commit 72b3830

Browse files
committed
fix contrast text
1 parent 4771372 commit 72b3830

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

assets/dist/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/src/style.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ body {
155155
padding-top: 10px;
156156
padding-bottom: 10px;
157157

158-
@include s(0, 510px) {
159-
font-size: 1em;
158+
@include s(0, 525px) {
159+
// font-size: 1em;
160+
font-size: 24px;
160161
}
161162
}
162163

@@ -323,8 +324,14 @@ body {
323324
max-width: 100%;
324325
}
325326

327+
@include s(0, 525px) {
328+
font-size: 1.01em;
329+
font-size: 24px;
330+
}
331+
326332
@include s(0, 370px) {
327333
font-size: 1.01em;
334+
font-size: 24px;
328335
}
329336
}
330337

0 commit comments

Comments
 (0)