Updated 35 files via CloudCannon

This commit is contained in:
CloudCannon 2020-12-14 19:40:02 +00:00
parent 4e83203d43
commit 7c7b6f57cf
35 changed files with 101 additions and 96 deletions

View file

@ -105,9 +105,9 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
.hero .splash .description > * { margin: 40px !important; }
.hero .splash .description > ul { display: flex; justify-content: space-around; flex-wrap: wrap; font-size: xxx-large; }
.hero .splash .description > ul { display: flex; justify-content: space-between; flex-wrap: wrap; font-size: xxx-large; }
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; flex: 0 0 25px; margin: 0 0 20px 0; padding: 0 10px; }
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--bg-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 7s ease infinite; -moz-animation: backgroundBlink 7s ease infinite; animation: backgroundBlink 7s ease infinite; flex: 0 0 25px; margin: 0 0 20px 0; padding: 0 10px; }
.hero .splash h1, .hero .splash h2 { font-size: 2em; }

File diff suppressed because one or more lines are too long

View file

@ -105,9 +105,9 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
.hero .splash .description > * { margin: 40px !important; }
.hero .splash .description > ul { display: flex; justify-content: space-around; flex-wrap: wrap; font-size: xxx-large; }
.hero .splash .description > ul { display: flex; justify-content: space-between; flex-wrap: wrap; font-size: xxx-large; }
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; flex: 0 0 25px; margin: 0 0 20px 0; padding: 0 10px; }
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--bg-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 7s ease infinite; -moz-animation: backgroundBlink 7s ease infinite; animation: backgroundBlink 7s ease infinite; flex: 0 0 25px; margin: 0 0 20px 0; padding: 0 10px; }
.hero .splash h1, .hero .splash h2 { font-size: 2em; }

File diff suppressed because one or more lines are too long