added correct css for navbar

This commit is contained in:
Kevin Veen-Birkenbach 2025-01-10 15:24:51 +01:00
parent c9952038d4
commit ae6eb6d802

View File

@ -22,7 +22,7 @@ a {
} }
/* Card styles */ /* Card styles */
.card { .navbar, .card {
flex: 1; /* Ensures cards fill the height of their container */ flex: 1; /* Ensures cards fill the height of their container */
border-radius: 5px; /* Rounded corners */ border-radius: 5px; /* Rounded corners */
border: 1px solid #ccc; /* Optional border color */ border: 1px solid #ccc; /* Optional border color */