Skip to content

Commit

Permalink
Merge pull request #157 from Krishnansh5/demo
Browse files Browse the repository at this point in the history
made demo video responsive
  • Loading branch information
SaptarshiSarkar12 authored Oct 28, 2022
2 parents 9bed502 + a6d4930 commit 07eb59f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<li>
<a href="#download"><button class="button">Download</button></a>
</li>
<li>
<a href="#demo"><button class="button">Demo</button></a>
</li>
<li>
<a href="#contrib"><button class="button">Contribute</button></a>
</li>
Expand Down Expand Up @@ -137,7 +140,9 @@ <h4>✨Download Here✨</h4>
<h2>Demonstration of Drifty</h2>
<p>Here is a quick demo of using Drifty.</p>
</div>
<video src="Resources/Usage.webm" playsinline autoplay muted loop></video>
<div>
<video src="Resources/Usage.webm" playsinline autoplay muted loop width="100%" height="auto"></video>
</div>
</div>
</section>

Expand Down
4 changes: 2 additions & 2 deletions Website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ header img {
header {
perspective: 500px;
width: 100%;
height: 100vh;
height: fit-content;
padding: 10rem 0;
background: var(--background-color);
display: flex;
Expand Down Expand Up @@ -1106,7 +1106,7 @@ header {
font-size: 20px;
margin-bottom: 1rem;
}

.buttons {
width: min(100%, 700px);
column-gap: 1rem;
Expand Down

0 comments on commit 07eb59f

Please sign in to comment.