Skip to content

Commit

Permalink
modified slider background
Browse files Browse the repository at this point in the history
  • Loading branch information
somrat committed Apr 21, 2020
1 parent a31ebba commit bee3a73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions assets/scss/templates/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 10% 0%;
padding: 200px 0 280px 0;
background-position: center center;
padding: 170px 0 200px;
position: relative;
@extend .overly;
@include tablet {
padding: 150px 0;
h1{
font-size: 35px;
}
}

.block {
color: #E3E3E4;
Expand Down
Loading

0 comments on commit bee3a73

Please sign in to comment.