Skip to content

Commit 2e885c9

Browse files
committed
fix CSS overconsumption
1 parent ad26ac2 commit 2e885c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/section-ecosystem.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ import {
44
SiteCard,
55
SiteCategories,
66
SiteLink,
7+
SiteRow,
78
SiteSection,
89
SiteSocials,
910
SiteText,
1011
SiteTitle,
11-
SiteRow,
12-
SitePlanet,
1312
} from "@atomico/site";
14-
import { Packages, Categories } from "../data/packages";
13+
import imgAtom from "../../public/atom.svg";
14+
import { Categories, Packages } from "../data/packages";
1515
---
1616

1717
<SiteSection>
@@ -28,7 +28,7 @@ import { Packages, Categories } from "../data/packages";
2828
>, and other <strong>Frontend solutions</strong>.
2929
</SiteText>
3030
</SiteRow>
31-
<SitePlanet style="height:320px;width:320px; margin: auto" />
31+
<img src={imgAtom.src} alt="" />
3232
</SiteRow>
3333
<SiteCategories category="*" columns="1, 2 768px, 3 980px">
3434
<SiteLink slot="category" data-category="*" dot="#FFE600">All</SiteLink>

0 commit comments

Comments
 (0)