From 357c6fb48dfca7f32b59d31eb24ebc6a2cadd8ab Mon Sep 17 00:00:00 2001 From: Jack Wines Date: Sat, 24 Jun 2023 17:26:54 -0700 Subject: [PATCH] added left padding to options on voting page --- public/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/static/style.css b/public/static/style.css index b317282..0734e85 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -54,6 +54,7 @@ body { flex-direction: row; display: flex; background-color: white; + padding-left:5px; } .draggable-options {