Skip to content

Commit

Permalink
087e763 feat: adjust card shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-conde committed Nov 25, 2024
1 parent a9bc311 commit 0483b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ h3 {
padding: 20px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.chart-container {
Expand Down Expand Up @@ -102,7 +102,6 @@ h3 {
text-align: center;
border-radius: 5px;
border: 1px solid #ccc;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
margin-bottom: 30px;
margin-top: 10px;
}

0 comments on commit 0483b3a

Please sign in to comment.