added left padding to options on voting page

This commit is contained in:
Jack Wines 2023-06-24 17:26:54 -07:00
parent b4e4e0b3c0
commit 357c6fb48d

View file

@ -54,6 +54,7 @@ body {
flex-direction: row;
display: flex;
background-color: white;
padding-left:5px;
}
.draggable-options {