Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/bcc-code/bible-explorers
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
cs1m0n committed Oct 2, 2024
2 parents 6e1761c + 96c4e60 commit b3eef01
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1014,14 +1014,14 @@ body.not-logged-in {

&-image {
position: relative;
height: 180px;
height: 280px;
margin: -32px -32px 0 -32px;

img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: right;
object-position: 50% 10%;
clip-path: polygon(
0px 30px,
/* Top-left */ 30px 0px,
Expand Down Expand Up @@ -4060,9 +4060,6 @@ img.lazyloaded ~ div.img-loader {
width: 1120px;
}

// .chapter-mask {
// padding: 2rem 3rem;
// }
}

@media (min-width: 1440px) {
Expand Down

0 comments on commit b3eef01

Please sign in to comment.