diff options
Diffstat (limited to 'frontend/src/components/NewPaste.js')
| -rw-r--r-- | frontend/src/components/NewPaste.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/components/NewPaste.js b/frontend/src/components/NewPaste.js index 615dc2a..8012b99 100644 --- a/frontend/src/components/NewPaste.js +++ b/frontend/src/components/NewPaste.js @@ -31,8 +31,7 @@ const FlexRight = styled.div` ` const LatexWrapper = styled.div` - margin-top: 2em; - margin-bottom: 2em; + margin: 2em; ` class NewPaste extends React.Component { |