Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bc5f93cc8
|
||
|
|
70f8c2cc34
|
||
|
|
e5af9cbca2
|
@@ -4,8 +4,19 @@ interface Props { section: InsuranceSection }
|
||||
const { section } = Astro.props;
|
||||
---
|
||||
<style>
|
||||
.insurance-section .logo-row { margin-top: 2rem; }
|
||||
.logo-row img { filter: none; }
|
||||
.insurance-section .logo-row {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--space-lg);
|
||||
justify-content: center;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.insurance-section .logo-row img {
|
||||
max-height: 55px;
|
||||
max-width: 130px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<section class="section insurance-section">
|
||||
|
||||
Reference in New Issue
Block a user