nhan0504 / CS326

0 stars 1 forks source link

Statistic View Page #14

Closed nhan0504 closed 3 weeks ago

nhan0504 commented 3 weeks ago

What

Testing done

image image

Note

sophia-hubscher commented 3 weeks ago

Oops just noticed this! Our site is supposed to be responsive, so it might be worth messing around with the CSS a bit more to make sure it functions on all screen sizes.

Screen Shot 2024-10-29 at 5 37 31 PM

My first instinct would be to use @media (max-width: somenumber px) {} and to stack everything vertically when the screen is narrow enough. You might also want to add more text wrapping. That should probably clear things up though.