Skip to content

Commit

Permalink
CSS was improved
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmendozaospina committed Dec 7, 2024
1 parent 6a0dc01 commit fd4af80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,10 @@ input[type="text"]::placeholder {
}
}

.info-video-container {
margin-top: 50px;
}

.modal-info-container.active, .modal-score-container.active {
opacity: 1;
visibility: visible;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1><i class="fa-solid fa-stopwatch"> <span class="counter racing-counter"></spa
<div class="modal-info">
<div class="modal-info-content">
<div class="info-title"><p>Instructions</p></div>
<div>
<div class="info-video-container">
<video playsinline loop muted class="info-video">
<source src="./assets/video/info.mp4" type="video/mp4">
</video>
Expand Down

0 comments on commit fd4af80

Please sign in to comment.