Center video.
This commit is contained in:
parent
8958c15d62
commit
47c08f8e39
|
@ -3,5 +3,7 @@
|
||||||
<h3>{year}</h3>
|
<h3>{year}</h3>
|
||||||
<p>{description}</p>
|
<p>{description}</p>
|
||||||
|
|
||||||
{video}
|
<div>
|
||||||
|
{video}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue