source: sources/client/src/components/admin/ParkingZoneInfo/styles.js@ bc20307

Last change on this file since bc20307 was bc20307, checked in by Tasevski2 <39170279+Tasevski2@…>, 2 years ago

Push before video

  • Property mode set to 100644
File size: 260 bytes
Line 
1import styled from 'styled-components';
2
3export const Wrapper = styled.div`
4 display: flex;
5 flex-direction: row;
6 justify-content: space-between;
7 width: 100%;
8 max-width: 1650px;
9 height: 690px;
10 padding: 0 10%;
11 margin: auto;
12 margin-top: 25px;
13`;
Note: See TracBrowser for help on using the repository browser.