diff --git a/template/showing.html b/template/showing.html index c1a58ac..6d1bc0d 100644 --- a/template/showing.html +++ b/template/showing.html @@ -3,5 +3,7 @@

{year}

{description}

- {video} +
+ {video} +
diff --git a/template/style.css b/template/style.css index ed741cd..6fad6b5 100644 --- a/template/style.css +++ b/template/style.css @@ -58,6 +58,10 @@ header a, header a:visited { width: 760px; } +.video-showing > div { + text-align: center; +} + p.signature { font-style: italic; }