Skip to content

Commit 83ade30

Browse files
committed
1 parent 0d4331d commit 83ade30

File tree

2 files changed

+197
-53
lines changed

2 files changed

+197
-53
lines changed

conferences/2024/assets/stylesheets/main.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,12 @@ main > article > section > div {
177177
margin: 0 auto;
178178
}
179179

180-
main > article > section.gray-background {
180+
main > article > section.light-gray-background {
181181
background-color: var(--light-gray-color);
182182
}
183+
main > article > section.gray-background {
184+
background-color: var(--gray-color);
185+
}
183186

184187
main > article > section.light-blue-background {
185188
background-color: var(--light-blue-color);
@@ -193,6 +196,10 @@ main > article > section h4 {
193196
margin: 0 0 1.5rem 0;
194197
}
195198

199+
main > article > section h1 {
200+
font-size: clamp(2rem, 3.5vw, 3.5rem);
201+
}
202+
196203
main > article > section h2 {
197204
font-size: clamp(1.75rem, 3vw, 3rem);
198205
}
@@ -523,6 +530,11 @@ main > article .banner-text {
523530
For the program tables
524531
*/
525532

533+
table {
534+
table-layout: auto;
535+
width: 50%;
536+
}
537+
526538
.tg {
527539
border-collapse: collapse;
528540
border-spacing: 0;
@@ -533,7 +545,6 @@ For the program tables
533545
border-style: solid;
534546
border-width: 1px;
535547
font-family: Arial, sans-serif;
536-
font-size: 14px;
537548
overflow: hidden;
538549
padding: 10px 5px;
539550
word-break: normal;
@@ -544,7 +555,6 @@ For the program tables
544555
border-style: solid;
545556
border-width: 1px;
546557
font-family: Arial, sans-serif;
547-
font-size: 14px;
548558
font-weight: bold;
549559
overflow: hidden;
550560
padding: 10px 5px;

0 commit comments

Comments
 (0)