Center video.

This commit is contained in:
Niels G. W. Serup 2016-08-25 02:46:59 +02:00
parent 8958c15d62
commit 47c08f8e39
2 changed files with 7 additions and 1 deletions

View File

@ -3,5 +3,7 @@
<h3>{year}</h3> <h3>{year}</h3>
<p>{description}</p> <p>{description}</p>
{video} <div>
{video}
</div>
</div> </div>

View File

@ -58,6 +58,10 @@ header a, header a:visited {
width: 760px; width: 760px;
} }
.video-showing > div {
text-align: center;
}
p.signature { p.signature {
font-style: italic; font-style: italic;
} }