mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Add prettier configuration
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Container = styled.div`
|
||||
width: 85%;
|
||||
margin: auto;
|
||||
width: 85%;
|
||||
margin: auto;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
width: 95%;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
width: 95%;
|
||||
}
|
||||
`;
|
||||
|
||||
export default Container;
|
||||
|
||||
Reference in New Issue
Block a user