Skip to content

Commit

Permalink
Added inner and outter logo container width and constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jan 7, 2025
1 parent d2a12eb commit 302cf3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/volto-light-theme/src/theme/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
margin-top: 0;
margin-bottom: $spacing-medium;
gap: 60px 20px;
grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
list-style: none;

&.s {
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

&.l img {
max-width: min(100%, 240px);
max-height: 165px;
Expand Down

0 comments on commit 302cf3f

Please sign in to comment.