Skip to content

Commit

Permalink
SPIN-146 // fixed skewed images generally and removed specific fix fr…
Browse files Browse the repository at this point in the history
…om forms css.
  • Loading branch information
Sieghard Hillbrecht committed Sep 16, 2024
1 parent 85a453f commit 66fb227
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
aspect-ratio: 1/1;
border-radius: 500px;
position: relative;
object-fit: cover;
}

.section-ready-to-fly .columns > div > div:first-child h3,
Expand Down
1 change: 1 addition & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ main img {
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
}


Expand Down

0 comments on commit 66fb227

Please sign in to comment.