Update stylelint dependencies (#9483)

* chore: update stylelint

* css fixes

* css fixes

* css fixes
This commit is contained in:
Denys Vuika
2024-03-28 10:36:47 -04:00
committed by GitHub
parent 66ec68551f
commit 88ebd225bd
14 changed files with 461 additions and 370 deletions
@@ -1,7 +1,6 @@
.adf-version-comparison-content {
display: flex;
align-items: center;
align-content: center;
justify-content: space-around;
}
@@ -21,7 +21,7 @@
width: 500px;
opacity: 0.5;
@media screen and (max-width: 629px) {
@media screen and (width <= 629px) {
width: 97%;
}
}