diff --git a/components/about/LinkItem/index.module.scss b/components/about/LinkItem/index.module.scss index 72d4462b..0482bf51 100644 --- a/components/about/LinkItem/index.module.scss +++ b/components/about/LinkItem/index.module.scss @@ -28,6 +28,10 @@ } } + &.constrained.update { + max-width: 360px; + } + &.github:hover .left .icon svg { fill: var(--text-primary); } diff --git a/components/about/UpdatesPage/index.module.scss b/components/about/UpdatesPage/index.module.scss index 06bf870e..5bf3efee 100644 --- a/components/about/UpdatesPage/index.module.scss +++ b/components/about/UpdatesPage/index.module.scss @@ -17,6 +17,16 @@ flex-direction: column; gap: $unit-4x; + .foreword { + margin-bottom: $unit-4x; + + p { + font-size: $font-regular; + line-height: 1.32; + margin-bottom: $unit-2x; + } + } + .features { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));