Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
最終修正
Browse files Browse the repository at this point in the history
  • Loading branch information
fhrk-78 committed Mar 28, 2024
1 parent a62463c commit ae3f6de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/webui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ a img {
}

.box {
width: 70vw;
margin: 50px;
margin-left: auto;
margin-right: auto;
width: 60vw;
padding: 50px;
padding-left: auto;
padding-right: auto;
}

.box p {
Expand Down Expand Up @@ -166,7 +166,7 @@ input#upload {

#previewimg {
width: 20vw;
margin: 50px;
margin-left: auto;
margin-right: auto;
padding: 50px;
padding-left: auto;
padding-right: auto;
}

0 comments on commit ae3f6de

Please sign in to comment.