style(comparison table): add styling to comparison table

This commit is contained in:
Ryan Mwangi 2024-12-17 16:15:57 +03:00
parent e8fd578b77
commit a08e501baf
1 changed files with 14 additions and 0 deletions

View File

@ -55,3 +55,17 @@ ul li {
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
}
th {
background-color: #f2f2f2;
}