Skip to content

Commit d4223a6

Browse files
Adjusted distance from the title photo and events / chapters section size.
1 parent d9dab84 commit d4223a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,18 +303,18 @@ a {
303303
border-top: rgba(129, 129, 129, 0.51) 1px solid;
304304

305305
//border-top: rgba(7, 41, 72, 0.71) 1px solid;
306-
min-height: 50vh;
306+
min-height: 100vh;
307307
}
308308

309309
.background {
310-
height: 30vh;
310+
height: 15vh;
311311
background-color: black;
312312
}
313313

314314
.upcoming {
315315
//margin-left: 2%;
316316
//margin-right: 2%;
317-
max-height: 100vh;
317+
height: 100vh;
318318
}
319319

320320
@media (min-width: 768px) {

0 commit comments

Comments
 (0)