Skip to content

Commit 8d087e1

Browse files
committed
STYLES: clean up vertical drop down
1 parent 8eab427 commit 8d087e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/css/main.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@ parent text width */
222222
flex-direction: column;
223223
align-items: flex-start;
224224
padding-top: 2em;
225-
top: 50%;
226-
left: 70%;
225+
top: 70%;
226+
left: 60%;
227+
width: 40%;
227228
background-color: #fff;
228229
z-index: 1;
229230
border: 1px solid #f2f3f3;

0 commit comments

Comments
 (0)