Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
fix background fill for all devices
Browse files Browse the repository at this point in the history
  • Loading branch information
antis81 committed Oct 3, 2015
1 parent 43f779d commit 2dd703a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ body {
font-size: 15px;
line-height: 1.5;
background: #fafafa url(/images/site-bg.jpg) 0 0 no-repeat;
background-size: 100%;
background-size: cover;
background-attachment: fixed;
font-family: 'Helvetica Neue', Helvetica, Arial, serif;
font-weight: 400;
Expand Down Expand Up @@ -382,7 +382,7 @@ footer a:hover {
@media only screen and (orientation: portrait) {
body {
background: #fafafa url(/images/site-bg-portrait.jpg) 0 0 no-repeat;
background-size: 100%;
background-size: cover;
background-attachment: fixed;
}
}
Expand Down

0 comments on commit 2dd703a

Please sign in to comment.