chore: remove redundant css rule

This commit is contained in:
Arvid Norlin
2024-08-21 09:36:28 +02:00
parent 7e719bc475
commit cadcf2a13f

View File

@@ -38,9 +38,3 @@
background-color: var(--Base-Text-Accent);
border-radius: var(--Corner-radius-Rounded);
}
@media screen and (min-width: 768px) {
.pagination {
justify-content: center;
}
}