Skip to content

Commit

Permalink
fix picture on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Arhell <[email protected]>
  • Loading branch information
Arhell committed Jul 14, 2024
1 parent d7095f2 commit c9a06bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/bigspring/assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,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

0 comments on commit c9a06bc

Please sign in to comment.