shrink figcaption a lil
This commit is contained in:
parent
a1e7eb831d
commit
fe07fb154d
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<link rel="me" href="https://mastodon.social/@trwnh">
|
<link rel="me" href="https://mastodon.social/@trwnh">
|
||||||
<link rel="me" href="https://abdullahtarawneh.com">
|
<link rel="me" href="https://abdullahtarawneh.com">
|
||||||
<style>
|
<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}
|
body {max-inline-size: 80ch; padding: 1rem; box-sizing: border-box}
|
||||||
/* color scheme */
|
/* color scheme */
|
||||||
html {
|
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}
|
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 {padding: 1rem; margin-inline: 0; border: 1px solid currentColor}
|
||||||
figure blockquote {line-height: 1.4; font-family: serif; border: 0;}
|
figure blockquote {line-height: 1.4; font-family: serif; border: 0;}
|
||||||
|
figcaption {font-size: 0.8em;}
|
||||||
/* float a lil quotey before the quote */
|
/* float a lil quotey before the quote */
|
||||||
figure {position: relative;}
|
figure {position: relative;}
|
||||||
figure blockquote:before {content: '“'; position: absolute; inset-block-start: 0.25rem; inset-inline-start: 0.5rem; font-size: 2rem;}
|
figure blockquote:before {content: '“'; position: absolute; inset-block-start: 0.25rem; inset-inline-start: 0.5rem; font-size: 2rem;}
|
||||||
|
|
Loading…
Reference in a new issue