Skip to content

Commit b1cde11

Browse files
committed
Pagination fix
1 parent f0f6d65 commit b1cde11

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/styles/global.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,16 @@
3131
@apply md:mx-auto max-w-screen-lg;
3232
}
3333

34+
.text-superheading {
35+
@apply text-gray-900 text-7xl md:text-3xl font-semibold
36+
}
37+
3438
.text-subheading-1 {
35-
@apply text-gray-900 text-2xl md:text-3xl font-semibold
39+
@apply text-gray-900 text-3xl md:text-3xl font-semibold
3640
}
3741

3842
.text-subheading-2 {
39-
@apply text-gray-900 text-xl md:text-2xl font-semibold
43+
@apply text-gray-900 text-2xl md:text-2xl font-semibold
4044
}
4145

4246
.text-subheading-3 {
@@ -60,14 +64,14 @@
6064
padding: 0.1rem 0.5rem;
6165
cursor: pointer;
6266
display: block;
63-
font-weight: bold;
64-
@apply text-gray-400 md:text-lg w-10 text-center mt-auto rounded-full;
67+
font-weight: 400;
68+
@apply text-iff-orange md:text-lg w-10 text-center mt-auto rounded-full;
6569
}
6670

6771
.pagination .selected {
6872
padding: 0.1rem 0.5rem;
6973
cursor: pointer;
7074
display: block;
71-
font-weight: bold;
75+
/* font-weight: bold; */
7276
@apply text-orange-700 bg-orange-100;
7377
}

0 commit comments

Comments
 (0)