diff --git a/src/components/App.tsx b/src/components/App.tsx index 8bc51f1c..0af4585f 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -12,34 +12,29 @@ import Toolbar from './Toolbar'; function App(): JSX.Element { return (
- - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/index.scss b/src/index.scss index 8b317f99..44d07b25 100644 --- a/src/index.scss +++ b/src/index.scss @@ -11,11 +11,7 @@ $body-bg: #e8e8e8; height: 15vh; } -.outer-container-col { - padding: 0px; -} - -.inner-container-col { +.container-col { padding: 0px; padding-right: 8px; }