Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bc5f93cc8
|
||
|
|
70f8c2cc34
|
||
|
|
e5af9cbca2
|
@@ -4,8 +4,19 @@ interface Props { section: InsuranceSection }
|
|||||||
const { section } = Astro.props;
|
const { section } = Astro.props;
|
||||||
---
|
---
|
||||||
<style>
|
<style>
|
||||||
.insurance-section .logo-row { margin-top: 2rem; }
|
.insurance-section .logo-row {
|
||||||
.logo-row img { filter: none; }
|
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>
|
</style>
|
||||||
|
|
||||||
<section class="section insurance-section">
|
<section class="section insurance-section">
|
||||||
|
|||||||
Reference in New Issue
Block a user