Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
erhuodaosi authored Aug 9, 2024
1 parent b6f8281 commit 619015f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ h2 {
}

.article-wrapper {
margin-top: 25px;
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
Expand All @@ -161,16 +161,16 @@ h2 {
text-align: left;
}

.article h3 {
.title {
color: #ff69b4;
font-size: 24px;
margin-bottom: 10px;
}

.article .content {
color: #333;
height: calc(var(--app-height) - 380px);
max-height: calc(var(--app-height) - 380px);
height: calc(var(--app-height) - 355px);
max-height: calc(var(--app-height) - 355px);
overflow-y: auto;
text-align: justify;
}
Expand Down

0 comments on commit 619015f

Please sign in to comment.