Skip to content

Commit

Permalink
unify sizes of all Logos, disregarding number of columns
Browse files Browse the repository at this point in the history
  • Loading branch information
jackahl committed Dec 28, 2023
1 parent a1b28d3 commit 2786705
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/theme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,26 @@
.three.column.grid {
.logo-image {
max-width: 200px;
height: 200px;
}

h3 {
max-width: 300px;
}
}

.two.column.grid {
.logo-block {
display: flex;
flex-direction: column;
align-items: center;

.logo-image {
height: 300px;
width: 100%;
max-height: 100px;
object-position: top center;
}

h3 {
max-width: 400px;
}
}
}
Expand All @@ -114,6 +123,7 @@

.logo-image {
width: 100%;
max-height: 100px;
object-position: top center;
}

Expand Down

0 comments on commit 2786705

Please sign in to comment.