Fix media-feature-colon-space-after (CSS)
This commit is contained in:
parent
870a48e78b
commit
c7264691d2
11 changed files with 63 additions and 63 deletions
|
@ -52,7 +52,7 @@ html {
|
|||
opacity: .86;
|
||||
}
|
||||
|
||||
@media (orientation:portrait) {
|
||||
@media (orientation: portrait) {
|
||||
.backgroundContainer {
|
||||
background-position: 30% top;
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ html {
|
|||
opacity: .86;
|
||||
}
|
||||
|
||||
@media (orientation:portrait) {
|
||||
@media (orientation: portrait) {
|
||||
.backgroundContainer {
|
||||
background-position: 30% top;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue