projeto-hit/frontend/src/components/Base/MainContainer.style.jsx

12 lines
207 B
React
Raw Normal View History

import styled from "styled-components";
const MainContainer = styled.div`
display: flex;
flex-direction: row;
justify-content: right;
width: 100%;
height: 100vh;
`;
export default MainContainer;