Update project structure

This commit is contained in:
Hazem Krimi
2021-09-18 17:48:19 +01:00
parent 784b5ddd26
commit f235d67e51
36 changed files with 7973 additions and 831 deletions
+13
View File
@@ -0,0 +1,13 @@
import styled from 'styled-components';
export const Wrapper = styled.nav`
display: grid;
grid-template-columns: 1fr 0.7fr;
align-items: center;
padding: 0.5rem 0rem;
h1 {
cursor: pointer;
justify-self: flex-start;
}
`;