Skip to content

Commit

Permalink
fix About css
Browse files Browse the repository at this point in the history
  • Loading branch information
yuneko1127 committed May 22, 2024
1 parent 5f12827 commit 5cfc7d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/About.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.about-container {
max-width: 85vh;
max-width: 80vw;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
Expand All @@ -17,11 +17,11 @@
}

.about-container p {
margin-top: 15px;
margin: 15px;
}

.about-container ul {
margin-top: 15px;
margin-top: 10px;
}

.about-container li {
Expand Down

0 comments on commit 5cfc7d4

Please sign in to comment.