Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinbe authored Jun 24, 2024
1 parent c2a9812 commit d055d0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ outline: 0;
}
input[type="file"] {
color: transparent;
width: 500px;
height: 500px;
width: 100%;
height: auto;
cursor: pointer;
}
input[type="file"]::-webkit-file-upload-button {
Expand All @@ -42,8 +42,8 @@ background: url(https://intifada.pages.dev/upload.jpeg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 500px;
height: 500px;
width: 100%;
height: auto;
}
input:hover {
max-width: 100%;
Expand Down

0 comments on commit d055d0f

Please sign in to comment.