Skip to content

Commit

Permalink
文字位置再調整js
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecogley committed Mar 23, 2024
1 parent 4ff516e commit 6b1e574
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,27 +338,27 @@ body {
text-wrap: nowrap;
}
.p1 {
top: 15%;
top: 20%;
width: 100%;
}

.p2 {
top: 25%;
top: 35%;
width: 100%;
}

.p3 {
top: 35%;
top: 50%;
width: 100%;
}

.p4 {
top: 45%;
top: 65%;
width: 100%;
}

.p5 {
top: 55%;
top: 80%;
width: 100%;
}

Expand Down

0 comments on commit 6b1e574

Please sign in to comment.