diff --git a/src/components/top/News.astro b/src/components/top/News.astro index 0d45f18..71b3ecf 100644 --- a/src/components/top/News.astro +++ b/src/components/top/News.astro @@ -37,6 +37,7 @@ import TextLink from "../ui/TextLink.astro"; .news-date { color: var(--text-secondary); width: 90px; + flex-shrink: 0; } .news-list-container { @@ -49,7 +50,7 @@ import TextLink from "../ui/TextLink.astro"; .news-list { list-style: none; margin: 0; - max-height: 111px; + max-height: 168px; overflow-y: scroll; padding: 0; }