aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Options.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Options.js')
-rw-r--r--frontend/src/components/Options.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/components/Options.js b/frontend/src/components/Options.js
index fb7e88c..eeb79ed 100644
--- a/frontend/src/components/Options.js
+++ b/frontend/src/components/Options.js
@@ -7,6 +7,10 @@ const Flex = styled.div`
display: flex;
flex-direction: row;
transform: translateY(0.2em);
+
+ & > *:not(:first-child) {
+ margin-left: 2em;
+ }
@media (max-width: 850px) {
float: none !important;