Skip to content

Commit

Permalink
More css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Mar 11, 2024
1 parent c37d79d commit 8c09ea0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions webapp/src/pages/Sobre/Sobre.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,31 @@
}

.designers-table {
border-radius: 15px;
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}

.designers-table th, .designers-table td {
border: 1px solid #ddd;
border: 1px solid inherit;
padding: 8px;
text-align: left;
}

.designers-table th {
background-color: #f2f2f2;
background-color: inherit;
}

.designers-table tr:nth-child(even) {
background-color: #f2f2f2;
background-color: inherit;
}

.designers-table a {
text-decoration: none;
color: #333;
color: inherit;
border: none;
box-shadow: none;
}

.designers-table a:hover {
Expand Down

0 comments on commit 8c09ea0

Please sign in to comment.