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

@ -52,7 +52,7 @@ html {
opacity: .86;
}
@media (orientation:portrait) {
@media (orientation: portrait) {
.backgroundContainer {
background-position: 30% top;
}

View file

@ -51,7 +51,7 @@ html {
opacity: .86;
}
@media (orientation:portrait) {
@media (orientation: portrait) {
.backgroundContainer {
background-position: 30% top;
}