shrink figcaption a lil

This commit is contained in:
a 2023-03-20 01:46:14 -05:00
parent a1e7eb831d
commit fe07fb154d
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<link rel="me" href="https://mastodon.social/@trwnh">
<link rel="me" href="https://abdullahtarawneh.com">
<style>
html {line-height: 1.711}
html {line-height: 1.711; font-family: sans-serif}
body {max-inline-size: 80ch; padding: 1rem; box-sizing: border-box}
/* color scheme */
html {
@ -36,6 +36,7 @@ aside {opacity: 0.8; font-size: 0.8em;}
blockquote {border-inline-start: 2px solid currentColor; margin-inline-start: 0; padding-inline-start: 1rem}
figure {padding: 1rem; margin-inline: 0; border: 1px solid currentColor}
figure blockquote {line-height: 1.4; font-family: serif; border: 0;}
figcaption {font-size: 0.8em;}
/* float a lil quotey before the quote */
figure {position: relative;}
figure blockquote:before {content: '“'; position: absolute; inset-block-start: 0.25rem; inset-inline-start: 0.5rem; font-size: 2rem;}