Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
YokoMari committed Aug 25, 2024
1 parent e0cddd7 commit 75a70e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ header {
text-align: center;
border-radius: 15px;
background-color: #77acd528;
/* background-color: #77acd56e; */
}

.contact {
Expand Down Expand Up @@ -381,7 +382,7 @@ textarea {
text-align: center;
width: 85%;
border-radius: 15px;
background-color: #77acd56e;
background-color: #77acd528;
}

.card {
Expand Down Expand Up @@ -468,7 +469,7 @@ textarea {
text-align: center;
width: 85%;
border-radius: 15px;
background-color: #77acd56e;
background-color: #77acd528;
}

.card {
Expand Down

0 comments on commit 75a70e0

Please sign in to comment.