chore: minor style tweaks

This commit is contained in:
Cory Dransfeldt 2024-01-05 09:57:51 -08:00
parent d3bb7f9eea
commit 175284d4c6
No known key found for this signature in database

View file

@ -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 {