feat: style table

This commit is contained in:
RadoslavDimchev 2023-11-03 10:13:34 +02:00
parent 5809f3cefc
commit e4be407ebc
1 changed files with 8 additions and 3 deletions

View File

@ -1,15 +1,20 @@
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
margin: 20px 0;
font-size: 14px;
border: 1px solid #e7eaee;
border-radius: 16px;
}
th {
border-bottom: 1px solid #e7eaee;
}
th,
td {
padding: 12px 20px;
border: 1px solid #e6e6e6;
text-align: left;
text-align: center;
}
th {