Chapter 4. Adjusting the Layout
As we now have some media queries in place for our site, we can start adding CSS within them to improve the layout and user experience on different devices.
In this chapter we will perform the following:
Revisiting the ways in which the layout should change on different devices
Adding some CSS to our media queries to adjust the layout on different devices, making the site more attractive and easier to read and interact with
This is the most important change we can make to turn our fluid site into a responsive one, and will make all the difference to the user experience on mobile devices.