Open barryross opened 7 years ago
Hey Fernanda, great work on this assignment! Overall, this looks and works great!
I left off a mark for the "conversion" one, because while I realize you used em
in your code, which is awesome, I was hoping to see some evidence of the actual conversion from px
to em
.
The other mark I left off was because I noticed the "Categories" and "Latest Posts" sections are not visible on mobile. While I realize this is not a "side-scrolling" issue, I thought this may have been unintentional, and felt important to point out with regards to content remaining visible. Can you please have a look and let me know if this was unintentional or not?
Please let me know if you have any questions about this!
Please see inline comments for more info and keep up the great work!
FEWD Week #7 Project: Responsive Design
Description
Relaxr's user count has grown, and the number of users accessing the site from a mobile device has surprised everyone, even by today's standards. The product managers at Relaxr have asked you to return to the project and make their site responsive so it renders nicely on mobile devices. They had one of their internal developers make a few tweaks to your source code, and they have given you the new HTML / CSS files to work from. Using these starter files, build out the mobile layouts for the landing page and blog.
Student: Fernanda Shin
Project URL: https://github.com/fernshin22/homework-responsive
divs, section, header
etc.grid-template-areas
to have content appear in a different order on mobile than on desktoppx
toem
in your code