fix width
This commit is contained in:
parent
2fa950f32f
commit
e3114879d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue