mirror of
https://github.com/hazemKrimi/react-weather-app.git
synced 2026-05-01 18:30:25 +00:00
Add logo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user