Updated 41 files via CloudCannon

This commit is contained in:
CloudCannon 2020-12-14 19:19:04 +00:00
parent a64038b6ae
commit 4e83203d43
37 changed files with 148 additions and 143 deletions

View file

@ -105,7 +105,9 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
.hero .splash .description > * { margin: 40px !important; }
.hero .splash .description .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; }
.hero .splash .description > ul { display: flex; justify-content: space-around; 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 h1, .hero .splash h2 { font-size: 2em; }
@ -542,4 +544,4 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
@media only screen and (max-width: 769px) { .staff li .square-image { width: 70px; height: 70px; } }
/*# sourceMappingURL=main-20201211.css.map */
/*# sourceMappingURL=main-20201214.css.map */

File diff suppressed because one or more lines are too long

View file

@ -105,7 +105,9 @@ body { height: 100vh; width: 100%; font-family: "Poppins", "Arial", "Helvetica",
.hero .splash .description > * { margin: 40px !important; }
.hero .splash .description .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; }
.hero .splash .description > ul { display: flex; justify-content: space-around; 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 h1, .hero .splash h2 { font-size: 2em; }
@ -556,4 +558,4 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
.hideWhenNoJS { display: none; }
/*# sourceMappingURL=noscripts-20201211.css.map */
/*# sourceMappingURL=noscripts-20201214.css.map */

File diff suppressed because one or more lines are too long