Skip to content

Commit

Permalink
Merge pull request #997 from scientist-softserv/i830-reduce-margin-bo…
Browse files Browse the repository at this point in the history
…ttom

🧹 Reduce margin-bottom on properitor splash page
  • Loading branch information
kirkkwang authored Mar 13, 2024
2 parents 48b6ee8 + 7c93c8a commit e549e6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/hyku.scss
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@ body.public-facing {
}
}

body.splash.splash-index.public-facing.default_home.list_view.default_show {
margin-bottom: 0;
}

// FEATURED COLLECTIONS
@media (max-width: $screen-sm-min) {
.admin-show-page
Expand Down

0 comments on commit e549e6f

Please sign in to comment.