Browse Source

tweak background position

master
xj9 8 years ago
parent
commit
fa2bd32da5
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      tokyo.css

+ 3
- 1
tokyo.css View File

@ -108,7 +108,9 @@ article {
width: 100vw;
height: 100vh;
background-image: url(skyline.png);
background-position: 50% 0;
background-position-x: 50%;
background-position-y: bottom;
background-repeat: repeat-x;
display: flex;
flex-direction: row;
align-items: center;


Loading…
Cancel
Save