Skip to content

Commit a705126

Browse files
GallectionsThatNerdSquared
authored andcommitted
fix: add back the missing open bracket for media query
1 parent cc0733e commit a705126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const FooterBackground = styled(Background)`
1919
const Logo = styled.img`
2020
height: 20vh;
2121
margin: auto;
22-
@media only screen and (max-width: 600px)
22+
@media only screen and (max-width: 600px) {
2323
display: none;
2424
}
2525
`;

0 commit comments

Comments
 (0)