Skip to content

Commit

Permalink
Merge pull request #62 from plone/block-logos
Browse files Browse the repository at this point in the history
Fix logos block height
  • Loading branch information
jonaspiterek authored May 13, 2024
2 parents 8464c46 + ce25bd4 commit e2661a3
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 e2661a3

Please sign in to comment.