Holozoa / holozoa.github.io

Gits jackell based web doname
GNU General Public License v2.0
1 stars 0 forks source link

Split about bar graph #38

Open Holozoa opened 1 year ago

Holozoa commented 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 / }