Skip to content

Commit 9890b09

Browse files
committed
Go back to switching on 768px
1 parent 3634196 commit 9890b09

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/typography.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.typography-h2 {
3434
font-size: 32px;
3535
}
36-
@media (min-width: 1024px) {
36+
@media (min-width: 768px) {
3737
.typography-h2 {
3838
font-size: 48px;
3939
}
@@ -42,7 +42,7 @@
4242
.typography-h3 {
4343
font-size: 24px;
4444
}
45-
@media (min-width: 1024px) {
45+
@media (min-width: 768px) {
4646
.typography-h3 {
4747
font-size: 32px;
4848
}
@@ -51,7 +51,7 @@
5151
.typography-body-lg {
5252
font-size: 16px;
5353
}
54-
@media (min-width: 1024px) {
54+
@media (min-width: 768px) {
5555
.typography-body-lg {
5656
font-size: 20px;
5757
}
@@ -60,7 +60,7 @@
6060
.typography-body-md {
6161
font-size: 14px;
6262
}
63-
@media (min-width: 1024px) {
63+
@media (min-width: 768px) {
6464
.typography-body-md {
6565
font-size: 16px;
6666
}
@@ -69,7 +69,7 @@
6969
.typography-body-sm {
7070
font-size: 12px;
7171
}
72-
@media (min-width: 1024px) {
72+
@media (min-width: 768px) {
7373
.typography-body-sm {
7474
font-size: 14px;
7575
}
@@ -78,7 +78,7 @@
7878
.typography-body-xs {
7979
font-size: 10px;
8080
}
81-
@media (min-width: 1024px) {
81+
@media (min-width: 768px) {
8282
.typography-body-xs {
8383
font-size: 12px;
8484
}

0 commit comments

Comments
 (0)