fix width

This commit is contained in:
Katie Kroell 2026-02-10 15:55:09 -05:00
parent 2fa950f32f
commit e3114879d4

View file

@ -220,7 +220,7 @@ export default {
.iss-heritage-container-width { .iss-heritage-container-width {
.service-packages-container { .service-packages-container {
@media (min-width: 992px) { @media (min-width: 992px) {
width: 85%; // REVISIT width: 100%;
} }
position: relative; position: relative;
min-height: 1px; min-height: 1px;