Skip to content

Commit

Permalink
fix picture on mobile (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Arhell <[email protected]>
  • Loading branch information
Arhell authored Aug 8, 2024
1 parent 6b3a314 commit e12a98f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/bigspring/assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ h2.video {
/* iframe */
video.value-prop {
border-radius: 0.5em;
width: 400px;
width: 100%;
max-width: 400px;
}
.grid-column-auto {
grid-template-columns: repeat(1, minmax(0, 1fr));
Expand Down Expand Up @@ -551,4 +552,8 @@ h2.video {
.iframe {
height: 313px;
}

.img-container-lg {
min-width: 100%;
}
}

0 comments on commit e12a98f

Please sign in to comment.