diff --git a/src/components/Avatar/avatar.ts b/src/components/Avatar/avatar.ts index d7d885f..835c15c 100644 --- a/src/components/Avatar/avatar.ts +++ b/src/components/Avatar/avatar.ts @@ -14,4 +14,7 @@ border-radius: 50%; width: 2rem; height: 2rem; margin-right: 10px; +@media(max-width: 640px){ + display: none; + } ` \ No newline at end of file diff --git a/src/components/Drawer/styles.ts b/src/components/Drawer/styles.ts index c573469..35a4ece 100644 --- a/src/components/Drawer/styles.ts +++ b/src/components/Drawer/styles.ts @@ -1,4 +1,4 @@ -import styled, { keyframes } from "styled-components"; +import styled from "styled-components"; export const Drawer = styled.button` all: unset; @@ -13,6 +13,10 @@ display: none; &::after { content: "☰"; } +&:focus { + outline: none; + border: 0; +} @media(max-width: 640px){ display: block; } diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 7b3b323..c7a9594 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -18,7 +18,7 @@ export default function Header() { - Giv's Website + Giv's Website