LinuxBozo / jsonresume-theme-kendall

A theme for jsonresume
MIT License
57 stars 80 forks source link

Partial location info shows weirdly #11

Closed xavdid closed 8 years ago

xavdid commented 8 years ago

Hey there!

So in my resume, I've got the following location:

"location": {
      "city": "Palo Alto",
      "countryCode": "USA",
      "region": "CA"
    }

When the page displays, it shows Palo Alto, USA, all on the top row of the box (vs email, which is centered vertically). Is this expected behavior?

LinuxBozo commented 8 years ago

@Xavdidtheshadow There ya go. That should fix it up.

xavdid commented 8 years ago

Awesome, thanks so much!