This commit is contained in:
Maciek Głowacki
2020-11-22 18:24:24 +01:00
6 changed files with 30 additions and 23 deletions

View File

@ -8,9 +8,16 @@ import styled from 'styled-components';
const Wrapper = styled.div`
display: flex;
height: calc(100vh - 80px);
<<<<<<< HEAD
background-color: #eceef4;
padding-top: 20px;
padding-bottom: 20px;
=======
background-color: #ECEEF4;
padding-top:20px;
padding-bottom:20px;
padding-right:20px;
>>>>>>> b687b3c014cabbedb9233d5f33e42d461a04a047
`;
export const App = () => {