umami/src/app/(main)/websites/[websiteId]/WebsiteCompareTables.module.css
2025-05-02 12:32:23 -07:00

14 lines
163 B
CSS

.container {
margin-bottom: 60px;
}
.nav {
width: 200px;
margin-top: 40px;
}
.title {
color: var(--base800);
text-align: center;
font-weight: 700;
}