Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Matheusnelago• 30

    @Matheusnelago

    Submitted

    I found it a little bit more difficult building the mobile version, mostly the second section of the web, other than that all else was fine.

    My question for best practices is how do I make building for mobile easy for me.

    And thanks for the challenge it got me out of tutorial hell.

    Aleksei Arsentev• 140

    @alekseihyatt

    Posted

    Your solution was very helpful for me

    0
  • Aleksei Arsentev• 140

    @alekseihyatt

    Posted

    I suggest you to move .Main-container { width: 40%; } to media query @media screen and (min-width: 560px) {

    .Main-container { width: 40%; } }

    0