Skip to content

Commit

Permalink
Minor CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawberryMaster committed Jul 8, 2023
1 parent 7a1bdb1 commit 8563072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ textarea {
font-size: 1.5vw;
line-height: 1.5vw;
border: none;
border-radius: .5rem;
border-radius: .25rem;
padding: 5px 10px;
vertical-align: middle;
}
Expand Down Expand Up @@ -488,4 +488,4 @@ ion-icon+span {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1vw;
}
}

0 comments on commit 8563072

Please sign in to comment.