Skip to content

Commit b1f4060

Browse files
Merge pull request #10 from RejektsConference/update-schedule
2 parents ced273d + f0c41ce commit b1f4060

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,14 @@ params:
108108
datetime: 2026-03-21 09:30:00
109109
days:
110110
- slots:
111+
- title: Registration
112+
time: 9:30 AM
113+
- title: Opening Remarks
114+
time: 10:00 AM
111115
- title: Talks
112-
time: 9:00 AM - 6:00 PM
116+
time: 10:20 AM
117+
- title: Closing Remarks
118+
time: 6:45 PM
113119

114120
venue:
115121
hide: false

themes/rejekts/assets/scss/component/_event-schedule.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,18 @@
110110

111111
&::before {
112112
content: "";
113-
113+
114114
position: absolute;
115-
115+
116116
width: 8px;
117117
height: 20px;
118118
left: 5px;
119119
top: calc(50% - 12px);
120-
120+
121121
transform: skew(-30deg);
122-
122+
123123
background-color: $colorRed;
124-
}
124+
}
125125

126126
&:last-child {
127127
margin-right: 30px;
@@ -172,7 +172,7 @@
172172
transform: skew(-30deg);
173173

174174
background-color: $colorRed;
175-
}
175+
}
176176

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

188188
flex-direction: column;
189-
align-items: center;
189+
align-items: center;
190190

191191
font-size: 1.6rem;
192192
line-height: 1.3em;
@@ -207,7 +207,7 @@
207207
background-color: $colorRed;
208208
}
209209

210-
&:nth-of-type(2n) {
210+
&:last-of-type {
211211
margin-bottom: 50px;
212212
}
213213

@@ -228,7 +228,7 @@
228228
font-size: 2rem;
229229
line-height: 1em;
230230

231-
&:nth-of-type(2n) {
231+
&:last-of-type {
232232
margin-bottom: 60px;
233233
}
234234

@@ -250,4 +250,4 @@
250250
@include media-breakpoint-up(lg) {
251251
width: auto;
252252
}
253-
}
253+
}

0 commit comments

Comments
 (0)