mirror of
https://github.com/danbulant/ester_os
synced 2026-06-16 04:41:08 +00:00
Fix background size (until better solution)
This commit is contained in:
parent
d998d70500
commit
af4ce7f890
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ body {
|
|||
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-size: auto 100%;
|
||||
background-attachment: fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue