Skip to content

Commit

Permalink
Updated conference times
Browse files Browse the repository at this point in the history
Moved program to its own column but shortened tables.

Will eventually move it back to two columns when we have a list of times for each video.

Updated registration and added submission form links
  • Loading branch information
alexiswl authored and mr-c committed Feb 27, 2024
1 parent 030e30e commit 88d632b
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 53 deletions.
16 changes: 13 additions & 3 deletions cwlcon2024-site/assets/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,12 @@ main > article > section > div {
margin: 0 auto;
}

main > article > section.gray-background {
main > article > section.light-gray-background {
background-color: var(--light-gray-color);
}
main > article > section.gray-background {
background-color: var(--gray-color);
}

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

main > article > section h1 {
font-size: clamp(2rem, 3.5vw, 3.5rem);
}

main > article > section h2 {
font-size: clamp(1.75rem, 3vw, 3rem);
}
Expand Down Expand Up @@ -523,6 +530,11 @@ main > article .banner-text {
For the program tables
*/

table {
table-layout: auto;
width: 50%;
}

.tg {
border-collapse: collapse;
border-spacing: 0;
Expand All @@ -533,7 +545,6 @@ For the program tables
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 14px;
overflow: hidden;
padding: 10px 5px;
word-break: normal;
Expand All @@ -544,7 +555,6 @@ For the program tables
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
overflow: hidden;
padding: 10px 5px;
Expand Down
Loading

0 comments on commit 88d632b

Please sign in to comment.