Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,14 @@ params:
datetime: 2026-03-21 09:30:00
days:
- slots:
- title: Registration
time: 9:30 AM
- title: Opening Remarks
time: 10:00 AM
- title: Talks
time: 9:00 AM - 6:00 PM
time: 10:20 AM
- title: Closing Remarks
time: 6:45 PM

venue:
hide: true
Expand Down
20 changes: 10 additions & 10 deletions themes/rejekts/assets/scss/component/_event-schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,18 @@

&::before {
content: "";

position: absolute;

width: 8px;
height: 20px;
left: 5px;
top: calc(50% - 12px);

transform: skew(-30deg);

background-color: $colorRed;
}
}

&:last-child {
margin-right: 30px;
Expand Down Expand Up @@ -172,7 +172,7 @@
transform: skew(-30deg);

background-color: $colorRed;
}
}

@include media-breakpoint-up(lg){
font-size: 2rem;
Expand All @@ -186,7 +186,7 @@
padding: 15px 45px 10px;

flex-direction: column;
align-items: center;
align-items: center;

font-size: 1.6rem;
line-height: 1.3em;
Expand All @@ -207,7 +207,7 @@
background-color: $colorRed;
}

&:nth-of-type(2n) {
&:last-of-type {
margin-bottom: 50px;
}

Expand All @@ -228,7 +228,7 @@
font-size: 2rem;
line-height: 1em;

&:nth-of-type(2n) {
&:last-of-type {
margin-bottom: 60px;
}

Expand All @@ -250,4 +250,4 @@
@include media-breakpoint-up(lg) {
width: auto;
}
}
}