diff --git a/src/theme/main.less b/src/theme/main.less index f64c108..5c3fe38 100644 --- a/src/theme/main.less +++ b/src/theme/main.less @@ -92,7 +92,6 @@ .three.column.grid { .logo-image { max-width: 200px; - height: 200px; } h3 { @@ -100,9 +99,19 @@ } } - .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; } } } @@ -114,6 +123,7 @@ .logo-image { width: 100%; + max-height: 100px; object-position: top center; }