Skip to content

Commit b99ba92

Browse files
author
Michał Gryczka
committed
Adjusted styling for partner logos and container dimensions in the partnership section to enhance layout consistency and visual appeal.
1 parent b2a5a72 commit b99ba92

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/pages/partnership.astro

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,8 @@ const partners = partnersRaw.sort((a, b) => {
787787
display: flex;
788788
align-items: center;
789789
justify-content: center;
790-
width: 100%;
791-
height: 60px;
790+
width: 160px;
791+
height: 56px;
792792
flex-shrink: 0;
793793
transition: transform 0.2s ease;
794794
}
@@ -798,9 +798,8 @@ const partners = partnersRaw.sort((a, b) => {
798798
}
799799

800800
.wge-partners__logo {
801-
width: auto;
802-
max-width: 100%;
803-
height: 60px;
801+
width: 100%;
802+
height: 100%;
804803
object-fit: contain;
805804
display: block;
806805
filter: grayscale(100%);
@@ -862,7 +861,6 @@ const partners = partnersRaw.sort((a, b) => {
862861
flex-direction: column;
863862
gap: 0.5rem;
864863
width: 100%;
865-
margin-top: auto;
866864
padding-top: 0.5rem;
867865
}
868866

0 commit comments

Comments
 (0)