add sectioned template style
This commit is contained in:
parent
5f8bdc66c0
commit
caf16ee9ca
8 changed files with 80 additions and 4 deletions
|
|
@ -11,6 +11,10 @@
|
|||
--font-size-h1: 2.8125rem;
|
||||
--font-size-xl: 3.75rem;
|
||||
|
||||
--shift-large: 7vw;
|
||||
--shift-medium: calc(var(--shift-large) / 2);
|
||||
--shift-small: calc(var(--shift-medium) / 2);
|
||||
|
||||
--curve-quick-slow: cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
||||
--curve-quick: cubic-bezier(0.23, 1, 0.32, 1);
|
||||
--padding-vertical: 2rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue