diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index a91a8988..b4f02985 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -27,7 +27,7 @@ p { blockquote { margin: 1.25rem 0; padding-left: .875rem; - border-left: 4px solid var(--gray-400); + border-left: .25rem solid var(--gray-400); } :is(body, html, nav .tags, nav .search) svg { @@ -317,6 +317,7 @@ li { .image__banner { border: 1px solid var(--blue-600); border-radius: var(--rounded-lg); + overflow: hidden; } .image__banner, @@ -383,10 +384,6 @@ footer nav { justify-content: center; } -.image__banner { - overflow: hidden; -} - /* screens: md */ @media screen and (min-width: 768px) { .main__title {