Skip to content

Commit

Permalink
background
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 27, 2017
1 parent 6871a54 commit d1e4702
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/_sass/simple-texture-home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,18 @@ textarea {
}

#section0 {
background: url('../images/theme/noisy_texture_section0-200x200.png') repeat 0 0 #F0F0F0;
#background: url('../images/theme/noisy_texture_section0-200x200.png') repeat 0 0 #F0F0F0;
background-image: url('../images/screenshots/home.png');
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}

@media only screen and (max-width: 767px){
#section0{
background-image: url('../images/screenshots/post.png');
}
}

#section1 {
Expand Down

0 comments on commit d1e4702

Please sign in to comment.