diff options
Diffstat (limited to 'src/styles/portrait.scss')
-rw-r--r-- | src/styles/portrait.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss index a4eb732..18ba52c 100644 --- a/src/styles/portrait.scss +++ b/src/styles/portrait.scss @@ -2,6 +2,9 @@ html { background-image: url('../images/vertical_background.png'); + background-position: top center; + background-repeat: no-repeat; + background-color: transparent; } body { |