Skip to content

Commit

Permalink
fix: grid image size
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyadwivedi committed Aug 7, 2024
1 parent 2874f99 commit ec37262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/application/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
display: grid;
gap: 20px;
}
.frntr-grid .crystallize-grid .img-container {
.frntr-grid .crystallize-grid .focal-point-container {
height: 100% !important;
}
.splide {
Expand Down
2 changes: 1 addition & 1 deletion shared/application/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ select {
display: grid;
gap: 20px;
}
.frntr-grid .crystallize-grid .img-container {
.frntr-grid .crystallize-grid .focal-point-container {
height: 100% !important;
}
.splide .splide__arrow {
Expand Down

0 comments on commit ec37262

Please sign in to comment.