mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): rebrand polish (#775)
This commit is contained in:
@@ -25,7 +25,7 @@ type Props = {
|
||||
|
||||
const { class: className, margins = 'default' } = Astro.props;
|
||||
|
||||
const marginClass = margins === 'lg' ? 'my-12' : 'my-6';
|
||||
const marginClass = margins === 'lg' ? 'my-8' : 'my-4';
|
||||
---
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user