{{ .Title }}
-
-
{{ .Params.duration }}
+ Duration: {{ .Params.duration }}
{{ .Params.location | markdownify }}
diff --git a/static/css/main.css b/static/css/main.css
index 1e4a0e3..9d61403 100644
--- a/static/css/main.css
+++ b/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{