Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fl2on authored Jan 13, 2024
1 parent 3a32354 commit 367628c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ body {

.container {
z-index: 1;
max-width: 320px;
max-width: 365px;
min-height: 250px;
width: 100%;
text-align: center;
padding: 20px;
padding: 25px;
background-color: rgba(0, 0, 0, 0.6);
box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
border-radius: 10px;
Expand Down Expand Up @@ -121,4 +121,4 @@ video {
border-radius: 3px;
box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
font-size: 0.8rem;
}
}

0 comments on commit 367628c

Please sign in to comment.