removed trailing commas
This commit is contained in:
parent
77d12b2e24
commit
5bdd8032f2
|
@ -40,6 +40,8 @@
|
|||
),
|
||||
linear-gradient(180deg, #4851ff -54.32%, #f02aa6 100%);
|
||||
|
||||
--col-white-to-off-white: linear-gradient(180deg, #ffffff 0%, #f0f1ff 100%);
|
||||
|
||||
/* Typography */
|
||||
--fs-heading-xl: 3.5rem;
|
||||
--lh-heading-xl: 71px;
|
||||
|
|
|
@ -58,12 +58,10 @@
|
|||
<img srcset="
|
||||
assets/image-hero-mobile.png 435w,
|
||||
assets/image-hero-tablet.png 695w,
|
||||
assets/image-hero-desktop.png 1046w,
|
||||
" sizes="
|
||||
assets/image-hero-desktop.png 1046w" sizes="
|
||||
(max-width: 767px) 327px,
|
||||
(max-width: 1439px) 640px,
|
||||
870px,
|
||||
" src="assets/image-hero-mobile.png"
|
||||
870px" 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."
|
||||
class="">
|
||||
|
||||
|
|
Loading…
Reference in New Issue