Skip to content

Commit

Permalink
re-enabled parallalax in section 1
Browse files Browse the repository at this point in the history
  • Loading branch information
theonly1me committed Nov 18, 2020
1 parent be9e641 commit dfa1070
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions queries.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
/* 768px to 1023px small tablets to big tablets */
@media only screen and (max-width: 1023px) {
header {
background-attachment: scroll;
}
body {
font-size: 18px;
}
Expand Down Expand Up @@ -119,6 +122,10 @@

/* small phones to small tablets - 481px to 767px */
@media only screen and (max-width: 767px) {
header {
background-attachment: scroll;
}

body {
font-size: 16px;
}
Expand Down Expand Up @@ -281,6 +288,9 @@

/* small phones from 0 to 480px */
@media only screen and (max-width: 480px) {
header {
background-attachment: scroll;
}
section {
padding: 25px 0;
}
Expand Down

0 comments on commit dfa1070

Please sign in to comment.