Improve home page video layout
This commit is contained in:
parent
dbafac8f2c
commit
024ef59428
2 changed files with 2 additions and 3 deletions
|
@ -84,7 +84,6 @@ input:focus {
|
|||
|
||||
video {
|
||||
max-width: 100%;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
a.read-more {
|
||||
|
|
|
@ -50,12 +50,12 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
|
|||
<div class="mt3 mh2-ns mb4 flex-ns">
|
||||
<div class="w-70-ns mh2">
|
||||
<section class="mh0 pa3 bg-light-blue ba b--gray">
|
||||
<p><video style="width: 95%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
||||
<video style="height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
|
||||
<source src="/videos/sfc-introduction_1080p.mp4" />
|
||||
<track src="/docs/sfc-introduction-vtt-captions.txt" kind="subtitles" srclang="en" label="English" />
|
||||
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg" alt="Software Freedom Conservancy introduction video"></a><br/>
|
||||
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
|
||||
</video></p>
|
||||
</video>
|
||||
</section>
|
||||
|
||||
<section class="mv3 ph2">
|
||||
|
|
Loading…
Reference in a new issue