Edit Newsletter component

This commit is contained in:
2021-09-29 23:38:00 +02:00
parent e0d048fe8c
commit 0ba0ab1f60
6 changed files with 98 additions and 70 deletions

View File

@@ -12,11 +12,13 @@ $color-lilas-bright: #C78FEC;
$color-gray: #666;
$color-lightgray: #999;
$color-shadow-brown: #7A5D44;
$color-cream: #FEF6EF;
// CSS Variables
:root {
// Sizes
--container-width: 1680px;
--container-width: 1800px;
// Animation
--ease-quart: cubic-bezier(.165, .84, .44, 1);