fix: panels item alignment responsiveness

This commit is contained in:
Zack Spear
2025-06-03 14:24:56 -07:00
parent 80a555ae74
commit bbd08bdffb

View File

@@ -1367,8 +1367,15 @@ a.list {
gap: 1rem;
margin-top: 2rem;
box-sizing: border-box;
justify-content: start;
justify-content: center;
}
@media (min-width: 769px) {
.Panels {
justify-content: start;
}
}
.Panel {
position: relative;
text-align: center;