DEV Community

Discussion on: A Little Background

 
cwraytech profile image
Christopher Wray • Edited

Hey Scott, I saw the site initially on mobile, and I thought the design was great! The containers may need a little constraining so they don't go too wide on larger screens. For that I would just add a max-width property in the CSS on the class that they all have.

I used Vue Meta for the meta descriptions, and had a little issues as well until I realized that the hid and name attribute should be just description, not the meta description itself. The nuxt docs weren't really clear about that.

Here is where I got the docs: nuxtjs.org/docs/2.x/features/meta-...

You can also check out the pages/index.vue file in my portfolio repo to see how my meta info is set up.

The meta is at the very bottom of the file.

Thread Thread
 
scottsawyer profile image
Scott Sawyer

That was it! Thank you!

Thread Thread
 
cwraytech profile image
Christopher Wray

That's great! Let me know if I can help more.