mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Add container component
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
import styled from 'styled-components';
|
||||||
|
|
||||||
|
const Container = styled.div`
|
||||||
|
width: 85%;
|
||||||
|
margin: auto;
|
||||||
|
`;
|
||||||
|
|
||||||
|
export default Container;
|
||||||
Reference in New Issue
Block a user