diff --git a/src/page-templates/blank.php b/src/page-templates/blank.php index 342d1f4..d87371c 100644 --- a/src/page-templates/blank.php +++ b/src/page-templates/blank.php @@ -38,7 +38,7 @@ - + diff --git a/src/scss/blank-pages.scss b/src/scss/blank-pages.scss index 0352340..ab451cb 100644 --- a/src/scss/blank-pages.scss +++ b/src/scss/blank-pages.scss @@ -214,6 +214,9 @@ $malibu-color: #5EB1E4; .event { margin-bottom: 1rem; border-bottom: 1px solid $green-color; + &.with-panellists { + border-bottom: 0; + } .time { font-size: 20px; font-weight: 500; @@ -224,6 +227,14 @@ $malibu-color: #5EB1E4; font-weight: 500; margin-bottom: 1rem; } + .speaker { + font-size: 20px; + font-weight: 300; + margin-bottom: 0; + &:last-child { + margin-bottom: 1rem; + } + } .description { font-size: 20px; font-weight: 300;