removed trailing commas

This commit is contained in:
Robert McGovern 2022-11-02 16:07:03 +00:00
parent 77d12b2e24
commit 5bdd8032f2
2 changed files with 4 additions and 4 deletions

View File

@ -40,6 +40,8 @@
), ),
linear-gradient(180deg, #4851ff -54.32%, #f02aa6 100%); linear-gradient(180deg, #4851ff -54.32%, #f02aa6 100%);
--col-white-to-off-white: linear-gradient(180deg, #ffffff 0%, #f0f1ff 100%);
/* Typography */ /* Typography */
--fs-heading-xl: 3.5rem; --fs-heading-xl: 3.5rem;
--lh-heading-xl: 71px; --lh-heading-xl: 71px;

View File

@ -58,12 +58,10 @@
<img srcset=" <img srcset="
assets/image-hero-mobile.png 435w, assets/image-hero-mobile.png 435w,
assets/image-hero-tablet.png 695w, assets/image-hero-tablet.png 695w,
assets/image-hero-desktop.png 1046w, assets/image-hero-desktop.png 1046w" sizes="
" sizes="
(max-width: 767px) 327px, (max-width: 767px) 327px,
(max-width: 1439px) 640px, (max-width: 1439px) 640px,
870px, 870px" src="assets/image-hero-mobile.png"
" src="assets/image-hero-mobile.png"
alt="Woman blowing onto a mug. Top right of her is a box indicating 29k Members. On the bottom right is a box indicating 1,451 Course Hours." alt="Woman blowing onto a mug. Top right of her is a box indicating 29k Members. On the bottom right is a box indicating 1,451 Course Hours."
class=""> class="">