diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index d0d387b4..73156283 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -20,8 +20,6 @@ html { p { line-height: var(--line-height-lg); - margin-top: 1.25rem; - margin-bottom: 1.25rem; } blockquote { @@ -29,12 +27,16 @@ blockquote { font-weight: 700; font-size: var(--font-size-lg); line-height: var(--line-height-lg); - margin: 1.25rem 0; padding-left: .875rem; border-left: .25rem solid var(--gray-medium); word-break: break-word; } +p, +blockquote { + margin: 1.25rem 0; +} + :is(body, html, nav .tags, nav .search) svg { stroke: var(--text-color); } @@ -342,15 +344,12 @@ article [rel="author"], article time { font-size: var(--font-size-sm); line-height: var(--line-height-sm); -} - -article .meta > * { height: 1rem; + margin-right: .25rem; } -article .meta .meta--icon { - display: inline-flex; - vertical-align: middle; +article [rel="author"] { + margin-bottom: .25rem; } /* icons */ @@ -371,6 +370,11 @@ svg { animation: spin 1s linear infinite; } +.icon--center__vertical > svg { + display: inline; + vertical-align: middle; +} + /* lists */ ul, ol { padding-left: 1.25rem; diff --git a/src/links.html b/src/links.html index 01c4165f..a62a6ec2 100644 --- a/src/links.html +++ b/src/links.html @@ -12,17 +12,17 @@ image: /assets/img/ogi/links.jpg

{{ link.title }}

-
- {%- if link.author and link.author != 'undefined' %} - - {% endif -%} + {%- if link.author and link.author != 'undefined' %} + + {% endif -%} +
{%- if shareLink %} - + {% tablericon "brand-mastodon" "Mastodon post" %} {% endif -%}