Open Holozoa opened 1 year ago
Try this solution for changing styles when using certain screen widths
/ Styles for screens larger than 600px / @media (min-width: 600px) { / your styles here / }
/ Styles for screens smaller than 600px / @media (max-width: 600px) { / your styles here / }
Try this solution for changing styles when using certain screen widths
/ Styles for screens larger than 600px / @media (min-width: 600px) { / your styles here / }
/ Styles for screens smaller than 600px / @media (max-width: 600px) { / your styles here / }