make some fun components for rich text and events 🎷
This commit is contained in:
@ -3,9 +3,11 @@
|
||||
--font-main: 'Avenir Next', 'Avenir', sans-serif;
|
||||
--font-serif: 'p22-mackinac-pro', serif;
|
||||
|
||||
--font-size-caption: .8rem;
|
||||
--font-size-body: 1rem;
|
||||
--font-size-lead: 1.4rem;
|
||||
|
||||
|
||||
// colors
|
||||
|
||||
// color palette
|
||||
@ -25,4 +27,10 @@
|
||||
|
||||
// spacing
|
||||
--spacing-sitepadding: 2rem;
|
||||
--spacing-gap-column: 2rem;
|
||||
--spacing-gap-row: 1.5rem;
|
||||
--spacing-section-bottom: 5rem;
|
||||
|
||||
// animations
|
||||
--transition-easing: .3s ease;
|
||||
}
|
Reference in New Issue
Block a user