Skip to content

Commit 4ce3df6

Browse files
Update page_code_responsive.html
1 parent 673cca8 commit 4ce3df6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

page_code_responsive.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
@media screen and (max-width: 991px) {
44
:root {
55
/* typography */
6-
--display--font-size: 5rem;
7-
--h1--font-size: 4rem;
8-
--h2--font-size: 3.5rem;
9-
--h3--font-size: 3rem;
6+
--display--font-size: 5rem;
7+
--h1--font-size: 4rem;
8+
--h2--font-size: 3.5rem;
9+
--h3--font-size: 3rem;
1010
/* others */
11-
--padding-horizontal--main: 1.5rem;
12-
/* spacing */
13-
--space--2: 1.75rem;
14-
--space--3: 2.5rem;
11+
--padding-horizontal--main: 1.5rem;
12+
/* spacing */
13+
--space--2: 1.75rem;
14+
--space--3: 2.5rem;
1515
--space--4: 3rem;
1616
--space--5: 4rem;
1717
--space--6: 5rem;
@@ -28,13 +28,13 @@
2828
@media screen and (max-width: 767px) {
2929
:root {
3030
/* typography */
31-
--display--font-size: 4.5rem;
32-
--h1--font-size: 3.5rem;
33-
--h2--font-size: 3.2rem;
31+
--display--font-size: 4.5rem;
32+
--h1--font-size: 3.5rem;
33+
--h2--font-size: 3.2rem;
3434
/* others */
35-
--padding-horizontal--main: 1rem;
36-
/* spacing */
37-
--space--3: 2rem;
35+
--padding-horizontal--main: 1rem;
36+
/* spacing */
37+
--space--3: 2rem;
3838
--space--4: 2.5rem;
3939
--space--5: 3rem;
4040
--space--6: 3.5rem;
@@ -51,9 +51,9 @@
5151
@media screen and (max-width: 479px) {
5252
:root {
5353
/* typography */
54-
--display--font-size: 4rem;
55-
--h1--font-size: 3.2rem;
56-
--h2--font-size: 3rem;
54+
--display--font-size: 4rem;
55+
--h1--font-size: 3.2rem;
56+
--h2--font-size: 3rem;
5757
}
5858
}
5959
</style>

0 commit comments

Comments
 (0)