From d4b8aa51f698df69a53d6c54173de56711d76a33 Mon Sep 17 00:00:00 2001 From: Joachim Date: Wed, 22 Dec 2021 16:55:02 +0100 Subject: [PATCH] lint styles --- bookwyrm/static/css/bookwyrm.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index 19a7cac8..43a59a62 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -594,10 +594,10 @@ ol.ordered-list li::before { ******************************************************************************/ .horizontal-copy { - display: flex; + display: flex; flex-direction: row; align-items: center; - gap: .75rem; + gap: 0.75rem; } .horizontal-copy textarea { @@ -611,10 +611,10 @@ ol.ordered-list li::before { } .vertical-copy { - display: flex; + display: flex; flex-direction: column; align-items: stretch; - gap: .75rem; + gap: 0.75rem; } .vertical-copy button {