diff --git a/themes/lumbung-theme/layouts/partials/calendar_card.html b/themes/lumbung-theme/layouts/partials/calendar_card.html index d8ee10b..60bc5ca 100644 --- a/themes/lumbung-theme/layouts/partials/calendar_card.html +++ b/themes/lumbung-theme/layouts/partials/calendar_card.html @@ -2,7 +2,6 @@

{{ .Title }}

-
@@ -10,7 +9,7 @@
-
{{ .Params.duration }}
+
Duration: {{ .Params.duration }}
{{ .Params.location | markdownify }}
diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 1e4a0e3..9d61403 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -212,7 +212,7 @@ footer.post-footer { border: 2px solid cornflowerblue; box-shadow:1em 1em 0 #d2d1c8; background-color: lightblue; - max-width: 300px; + max-width: 360px; margin-bottom: 2em; flex: auto; margin: 0 3em 3em 0; @@ -229,7 +229,7 @@ footer.post-footer { .h-entry.calendar header h2{ padding: 0.2em 0.5em 0.2em 0.5em; margin: 0; - border-right: 2px solid cornflowerblue; + border-right: none; } .h-entry.calendar header h2:hover{