Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ygabsxw committed Jul 1, 2024
1 parent 43670b4 commit a7d348e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ html {
}


#ti_video {
width: 200px;
}


@media (max-width: 500px) {
.ingredientes label {
Expand Down
5 changes: 5 additions & 0 deletions docs/assets/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2963,3 +2963,8 @@ input:-internal-autofill-selected {
padding: 5px;
margin: 0 5px;
}


#ti_video video {
width: 1000px;
}
Binary file added docs/assets/images/Desktop 2024.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ <h2>Solução</h2>
<h4>Video do Projeto</h4>
<p>O vídeo a seguir traz uma apresentação do problema que a equipe está tratando e a proposta de solução.</p>


<video src="assets/images/Desktop 2024.mp4"></video>
</section>


Expand Down

0 comments on commit a7d348e

Please sign in to comment.