Skip to content

Commit

Permalink
corrected styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieWesolowska committed May 17, 2023
1 parent a56721b commit 9b3ad87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/SectionTitle/SectionTitle.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
text-align: center;
font-size: 50px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
padding: 5px 10px;
border-radius: 5px;
background-color: white;
}
1 change: 1 addition & 0 deletions src/components/Statistics/Statistics.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
padding: 0;
box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
border-radius: 5px;
background: white;
}

.good {
Expand Down

0 comments on commit 9b3ad87

Please sign in to comment.