mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 16:06:12 +02:00
style: format codebase
This commit is contained in:
@@ -10,7 +10,7 @@ export const HomeWrapper = styled.header`
|
||||
width: 100%;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
background: ${props => props.theme.main.background};
|
||||
background: ${(props) => props.theme.main.background};
|
||||
overflow: hidden;
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user