mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Update stylelint dependencies (#9483)
* chore: update stylelint * css fixes * css fixes * css fixes
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user