Skip to content

Commit

Permalink
Update AppBar.styled.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EuJinnLucaShow committed Jul 1, 2023
1 parent 0ae4c0d commit 5d9a8e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/AppBar/AppBar.styled.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import styled from 'styled-components';

export const Header = styled.header`
@media only screen and (max-width: 600px) {
width: 320px;
}
width: 768px;
margin-top: 20px;
margin-bottom: 20px;
Expand Down

0 comments on commit 5d9a8e7

Please sign in to comment.