Skip to content

Instantly share code, notes, and snippets.

View MarkivV's full-sized avatar
🎇
Focusing

Volodymyr Markiv MarkivV

🎇
Focusing
View GitHub Profile
@adrianhajdin
adrianhajdin / HeaderStyles.js
Created August 5, 2021 06:59
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: {