This commit is contained in:
Hazem Krimi
2021-09-19 18:53:03 +01:00
parent 7cd2fb1fe3
commit b20db5a08e
3 changed files with 21 additions and 4 deletions
+15 -3
View File
@@ -6,8 +6,20 @@ export const Wrapper = styled.nav`
align-items: center;
padding: 0.5rem 0rem;
h1 {
cursor: pointer;
justify-self: flex-start;
.logo {
display: flex;
flex-direction: row;
align-items: center;
img {
width: 36px;
height: 36px;
}
h1 {
margin-left: 0.5rem;
cursor: pointer;
justify-self: flex-start;
}
}
`;