Skip to content

Commit

Permalink
Make height 100px to prevent image from not having any height
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspiterek committed May 13, 2024
1 parent b969166 commit ce25bd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions frontend/src/addons/volto-plonede/src/theme/_logos.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// `max-height` is 100px anyways,
// might just make it 100px by default.
.block.logos .logo-block .logo-image {
height: 100px;
}

.block.logos .three.column.grid .logo-image {
max-width: none !important;
}
3 changes: 0 additions & 3 deletions frontend/src/addons/volto-plonede/src/theme/_main.scss
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
.block.logos .three.column.grid .logo-image {
max-width: none !important;
}

0 comments on commit ce25bd4

Please sign in to comment.