diff --git a/themes/devopsdays-theme/assets/scss/custom.scss b/themes/devopsdays-theme/assets/scss/custom.scss
index a3359b60e10..a4dcf47012c 100644
--- a/themes/devopsdays-theme/assets/scss/custom.scss
+++ b/themes/devopsdays-theme/assets/scss/custom.scss
@@ -118,7 +118,9 @@ b, strong {
font-size: 9pt;
text-transform: uppercase;
color: #000000;
+ margin-top: 1.5rem;
}
+
/* set the current month style */
.left-nav-months.current {
font-weight: 900;
@@ -131,11 +133,18 @@ b, strong {
font-size: 18pt;
color: #000000;
}
+
+.left-nav-year + .left-nav-months {
+ margin-top: 0;
+}
+
.left-nav-event {
+ display: block;
font-family: 'Roboto', sans-serif;
font-weight: 100;
font-size: 9pt;
text-transform: capitalize;
+ margin-bottom: .35rem;
}
/* Footer */
diff --git a/themes/devopsdays-theme/layouts/partials/future.html b/themes/devopsdays-theme/layouts/partials/future.html
index 03b3f3a012e..2171823f82d 100644
--- a/themes/devopsdays-theme/layouts/partials/future.html
+++ b/themes/devopsdays-theme/layouts/partials/future.html
@@ -12,10 +12,10 @@
{{- if ne ($.Scratch.Get "month") (dateFormat "January" .startdate ) -}}
{{- $.Scratch.Set "month" (dateFormat "January" .startdate ) -}}
{{- $.Scratch.Set "month-displayed" "false" -}}
-
+
{{- end -}}
{{- if ne ($.Scratch.Get "year-displayed") "true" -}}
-