File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333.typography-h2 {
3434 font-size : 32px ;
3535}
36- @media (min-width : 1024 px ) {
36+ @media (min-width : 768 px ) {
3737 .typography-h2 {
3838 font-size : 48px ;
3939 }
4242.typography-h3 {
4343 font-size : 24px ;
4444}
45- @media (min-width : 1024 px ) {
45+ @media (min-width : 768 px ) {
4646 .typography-h3 {
4747 font-size : 32px ;
4848 }
5151.typography-body-lg {
5252 font-size : 16px ;
5353}
54- @media (min-width : 1024 px ) {
54+ @media (min-width : 768 px ) {
5555 .typography-body-lg {
5656 font-size : 20px ;
5757 }
6060.typography-body-md {
6161 font-size : 14px ;
6262}
63- @media (min-width : 1024 px ) {
63+ @media (min-width : 768 px ) {
6464 .typography-body-md {
6565 font-size : 16px ;
6666 }
6969.typography-body-sm {
7070 font-size : 12px ;
7171}
72- @media (min-width : 1024 px ) {
72+ @media (min-width : 768 px ) {
7373 .typography-body-sm {
7474 font-size : 14px ;
7575 }
7878.typography-body-xs {
7979 font-size : 10px ;
8080}
81- @media (min-width : 1024 px ) {
81+ @media (min-width : 768 px ) {
8282 .typography-body-xs {
8383 font-size : 12px ;
8484 }
You can’t perform that action at this time.
0 commit comments