Skip to content

Instantly share code, notes, and snippets.

View LOVKUSH9888's full-sized avatar
🎯
Learning & Sharing

LOVKUSH LOVKUSH9888

🎯
Learning & Sharing
View GitHub Profile
@LOVKUSH9888
LOVKUSH9888 / HeaderStyles.js
Created February 28, 2022 12:33 — forked from adrianhajdin/HeaderStyles.js
Build and Deploy a Google Maps Travel Companion Application | React.js
import { alpha, makeStyles } from '@material-ui/core/styles';
export default makeStyles((theme) => ({
title: {
display: 'none',
[theme.breakpoints.up('sm')]: {
display: 'block',
},
},
search: {