Skip to content

Commit 0465bdf

Browse files
committed
change community illustration layout, use higher res
1 parent 89cd96c commit 0465bdf

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

docs/platforms/community.png

286 KB
Loading

docs/platforms/index.mdx

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,23 @@ We also <Link to="https://sentry.zendesk.com/hc/en-us/articles/23961784367387">d
2222

2323
<PlatformFilter />
2424

25+
{/* dirty hack to avoid having a dedicated component for this illustration*/}
26+
<style jsx>{`
27+
.community-image-container img {
28+
max-width: 450px;
29+
height: auto;
30+
border: none !important;
31+
box-shadow: none !important;
32+
margin-top: 3rem;
33+
}
34+
`}</style>
35+
<div className="community-image-container">
36+
![Community Supported](./community.png)
37+
</div>
38+
2539
## SDKs Supported by Our Community
2640

27-
<div style={{display: 'flex', flexWrap: 'wrap', gap: '0.5rem'}}>
28-
<div style={{width: '100%', maxWidth: '50ch'}}>
29-
These SDKs are maintained and supported by [the Sentry community](https://open.sentry.io/). While generally our community does a great job at responding to issues, it's important to understand that Sentry staff cannot help you with issues using a community-supported SDK.
30-
</div>
31-
<div style={{diplay: 'inline', flex: 1, minWidth: '120px', maxWidth: '250px'}}>
32-
![Community Supported](./community.png)
33-
</div>
34-
</div>
41+
These SDKs are maintained and supported by [the Sentry community](https://open.sentry.io/). While generally our community does a great job at responding to issues, it's important to understand that Sentry staff cannot help you with issues using a community-supported SDK.
3542

3643
<CommunitySupportedPlatforms />
3744

0 commit comments

Comments
 (0)