File tree Expand file tree Collapse file tree 2 files changed +197
-53
lines changed Expand file tree Collapse file tree 2 files changed +197
-53
lines changed Original file line number Diff line number Diff line change @@ -177,9 +177,12 @@ main > article > section > div {
177
177
margin : 0 auto;
178
178
}
179
179
180
- main > article > section .gray-background {
180
+ main > article > section .light- gray-background {
181
181
background-color : var (--light-gray-color );
182
182
}
183
+ main > article > section .gray-background {
184
+ background-color : var (--gray-color );
185
+ }
183
186
184
187
main > article > section .light-blue-background {
185
188
background-color : var (--light-blue-color );
@@ -193,6 +196,10 @@ main > article > section h4 {
193
196
margin : 0 0 1.5rem 0 ;
194
197
}
195
198
199
+ main > article > section h1 {
200
+ font-size : clamp (2rem , 3.5vw , 3.5rem );
201
+ }
202
+
196
203
main > article > section h2 {
197
204
font-size : clamp (1.75rem , 3vw , 3rem );
198
205
}
@@ -523,6 +530,11 @@ main > article .banner-text {
523
530
For the program tables
524
531
*/
525
532
533
+ table {
534
+ table-layout : auto;
535
+ width : 50% ;
536
+ }
537
+
526
538
.tg {
527
539
border-collapse : collapse;
528
540
border-spacing : 0 ;
@@ -533,7 +545,6 @@ For the program tables
533
545
border-style : solid;
534
546
border-width : 1px ;
535
547
font-family : Arial, sans-serif;
536
- font-size : 14px ;
537
548
overflow : hidden;
538
549
padding : 10px 5px ;
539
550
word-break : normal;
@@ -544,7 +555,6 @@ For the program tables
544
555
border-style : solid;
545
556
border-width : 1px ;
546
557
font-family : Arial, sans-serif;
547
- font-size : 14px ;
548
558
font-weight : bold;
549
559
overflow : hidden;
550
560
padding : 10px 5px ;
You can’t perform that action at this time.
0 commit comments