refactor: update styles for category items page header and title

This commit is contained in:
2026-07-29 08:33:54 -03:00
parent 4cb81ed70d
commit 76327d34ec

View File

@@ -3,15 +3,14 @@
align-items: center;
justify-content: center;
padding: 16px 28px;
background-color: #d9d9d9;
}
.category-items__title {
color: #313131;
font-size: 30px;
font-weight: 400;
font-size: 24px;
font-weight: bold;
line-height: 1.2;
text-align: center;
color:var(--bs-primary)
}
.category-items__alert-error {