Skip to content

Commit

Permalink
Merge pull request #12 from falvojr/falvojr-patch-3
Browse files Browse the repository at this point in the history
Ajustes Pontuais de Scrolling
  • Loading branch information
falvojr authored Jul 12, 2024
2 parents c56bfd0 + e513cad commit 80f33ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/player/css/lib.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
body {
padding: .5vw;
padding-bottom: 2vw;
width: 98%;
}

/* For mobile phones: */
Expand Down
2 changes: 1 addition & 1 deletion docs/player/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
border-radius: 16px;
height: 100%;
padding: 2vw;
padding: 0 1vw;
}

.aside.dark,
Expand Down

0 comments on commit 80f33ab

Please sign in to comment.