feat: add css file for table

This commit is contained in:
RadoslavDimchev 2023-11-03 10:00:16 +02:00
parent 5946fcda6b
commit bc381e6873
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 14px;
}
th,
td {
padding: 12px 20px;
border: 1px solid #e6e6e6;
text-align: left;
}
th {
font-weight: 600;
}