We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec5345 commit 8e00850Copy full SHA for 8e00850
apps/site/pages/en/index.mdx
@@ -27,7 +27,7 @@ layout: home
27
<small className="!text-xs">for Node.js 18 and below</small>
28
</Button>
29
30
- <div className="flex flex-row gap-2 justify-center xs:mt-6">
+ <div className="flex flex-col xs:flex-row gap-2 justify-center xs:mt-6">
31
<WithNodeRelease status="LTS">
32
{({ release }) =>
33
<BadgeGroup size="small" kind="info" badgeText={release.versionWithPrefix} href={`/blog/release/${release.versionWithPrefix}`}>
packages/ui-components/src/Common/BadgeGroup/index.module.css
@@ -1,8 +1,9 @@
1
@reference "../../styles/index.css";
2
3
.wrapper {
4
- @apply flex
5
- w-fit
+ @apply xs:w-fit
+ flex
6
+ w-full
7
items-center
8
rounded-full
9
border
0 commit comments