Changeset - 024ef59428cf
[Not reviewed]
0 2 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-07-19 11:39:45
ben@sturm.com.au
Improve home page video layout
2 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -86,3 +86,2 @@ video {
 
    max-width: 100%;
 
    margin: 1rem 0;
 
}
conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -52,3 +52,3 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
 
<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" />
...
 
@@ -57,3 +57,3 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
 
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
 
</video></p>
 
</video>
 
 </section>
0 comments (0 inline, 0 general)