Skip to content

Commit

Permalink
Fix in format
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Mar 7, 2024
1 parent b97569f commit 1f614a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/pages/Stats/Stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,15 @@ p {

table {
width: 100%;
border: 1px solid rgba(0,255,192,1);
border-radius: 15px;
border-collapse: collapse;
background-color: #f9f9f9;
box-shadow: 5px 5px 6px 0px rgba(0,255,192,1);
border: 1px solid rgba(0,255,192,1);
}

table th,
table td {
border: 1px solid rgba(0,255,192,1);
padding: 0.75rem;
text-align: center;
}
Expand Down

0 comments on commit 1f614a7

Please sign in to comment.