commit 1fa081462e24f266423805bfde304f37346e005c parent 928697a24653183dd3174096ec73f321639f8846 Author: Jake Bauer <jbauer@paritybit.ca> Date: Thu, 6 Feb 2020 22:50:37 -0500 Center figcaption text Diffstat:
M | style/main.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/style/main.css b/style/main.css @@ -116,6 +116,10 @@ img { max-width: 100%; } +figcaption { + text-align: center; +} + input { color: var(--fg-alt); background-color: var(--input-bg);