diff options
| author | jackyzha0 <[email protected]> | 2021-03-05 23:50:11 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-05 23:50:11 -0800 |
| commit | 6c974b237a9b7a8bd8f294d210157e19acf4c7fe (patch) | |
| tree | cbaa793a6f1468ae4d2c6b5d91bae38fe7dc0840 /frontend/src/components/Options.js | |
| parent | text area styling (diff) | |
| download | ctrl-v-6c974b237a9b7a8bd8f294d210157e19acf4c7fe.tar.xz ctrl-v-6c974b237a9b7a8bd8f294d210157e19acf4c7fe.zip | |
button styling
Diffstat (limited to 'frontend/src/components/Options.js')
| -rw-r--r-- | frontend/src/components/Options.js | 4 |
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; |