fix
This commit is contained in:
parent
71e7e8a3d0
commit
b159d046d7
@ -317,11 +317,11 @@ header.scrolled {
|
||||
|
||||
/* Partner Logos */
|
||||
.partners-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 40px;
|
||||
align-items: center;
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
.partner-logo {
|
||||
@ -333,8 +333,9 @@ header.scrolled {
|
||||
border-radius: var(--radius);
|
||||
box-shadow: var(--shadow);
|
||||
transition: var(--transition);
|
||||
width: 100%;
|
||||
width: 200px;
|
||||
height: 150px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.partner-logo:hover {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user