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