diff --git a/striker-ui/components/Header.tsx b/striker-ui/components/Header.tsx
index 592e21b2..5f8f6f47 100644
--- a/striker-ui/components/Header.tsx
+++ b/striker-ui/components/Header.tsx
@@ -22,6 +22,17 @@ const useStyles = makeStyles((theme) =>
barElement: {
padding: 0,
},
+ icons: {
+ [theme.breakpoints.down('sm')]: {
+ display: 'none',
+ },
+ },
+ searchBar: {
+ [theme.breakpoints.down('sm')]: {
+ flexGrow: 1,
+ paddingLeft: '15vw',
+ },
+ },
}),
);
@@ -40,10 +51,10 @@ const Header = (): JSX.Element => {
-
+
-
+
{ICONS.map(
(icon): JSX.Element => (