Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a6b8a20e5
|
||
|
|
965c090782
|
||
|
|
a163ff98c9
|
@@ -4,19 +4,8 @@ interface Props { section: InsuranceSection }
|
|||||||
const { section } = Astro.props;
|
const { section } = Astro.props;
|
||||||
---
|
---
|
||||||
<style>
|
<style>
|
||||||
.insurance-section .logo-row {
|
.insurance-section .logo-row { margin-top: 2rem; }
|
||||||
align-items: center;
|
.logo-row img { filter: none; }
|
||||||
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