iampawan / ReactChakraPortfolio

This project was bootstrapped with Chakra UI & Create React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There's a bug on the profile component

fdhammond opened this issue · comments

When we look desktop full size view there's a bug on the three boxes side, I managed to solved using isNotSmallerScreen media query

<Box alignSelf="center" px={isNotSmallerScreen ? 0 : 32} py="16">