Skip to content

Commit 25ef8c6

Browse files
Added crude version of chapters map and locations (carbon copy from pandas).
1 parent 085cc05 commit 25ef8c6

File tree

2 files changed

+375
-95
lines changed

2 files changed

+375
-95
lines changed

_sass/style.scss

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ a {
384384
margin-bottom: 1em;
385385
}
386386

387-
388-
389387
.upcoming__content {
390388
margin-top: 5.5%;
391389
}
@@ -419,6 +417,25 @@ a {
419417
.upcoming__link {
420418
}
421419

420+
.chapters {
421+
422+
}
423+
424+
.chapters__title {
425+
@extend .upcoming__title;
426+
}
427+
428+
.chapters__content {
429+
margin-top: 5.5%;
430+
}
431+
432+
#chapters__map {
433+
height: 40vh;
434+
width: 100%;
435+
border-radius: 5px;
436+
border: black 1px solid;
437+
}
438+
422439
.events {
423440
margin-top: 15%;
424441
background: $background-dark;

0 commit comments

Comments
 (0)