Fix media-feature-colon-space-after (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:57:31 +01:00
parent 870a48e78b
commit c7264691d2
11 changed files with 63 additions and 63 deletions

View file

@ -51,7 +51,7 @@
margin-right: .4em;
}
@media all and (min-width:50em) {
@media all and (min-width: 50em) {
.editPageSidebar {
position: fixed;
top: 5.2em;
@ -68,7 +68,7 @@
}
}
@media all and (min-width:112.5em) {
@media all and (min-width: 112.5em) {
.editPageSidebar {
width: 25%;
}