File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 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 {
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}
You can’t perform that action at this time.
0 commit comments