Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JuzerShakir committed Jan 4, 2024
1 parent 0a822d1 commit de79a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/pages/_home.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// apply this bg image to body tag only if it has #home
// apply bg image to body tag only if it has id 'home'
body:has(#home) {
// bg img 'background.png' doesn't load defined in body tag
// do not load 'backgrounds/default.png' asset defined in body tag
background: none;
background-image: linear-gradient(
rgba(255, 255, 255, 0.75),
Expand Down Expand Up @@ -30,7 +30,7 @@ body:has(#home) {
margin-top: 22rem;
letter-spacing: -0.05rem;

// use max-height to position element with respect to device viewport height
// position element with respect to device viewport height
@include respond_to_height(tab-medium) {
margin-top: 18rem;
}
Expand Down

0 comments on commit de79a44

Please sign in to comment.