DevSpaceHuntsville / WebsiteAndApi

This is the repo for the current website for the DevSpace Technical Conference in Huntsville, Alabama. There was a major architechure change from last year, so I archived the previous websaite and started fresh.
MIT License
10 stars 12 forks source link

Extra whitespace on pages other than index #3

Open freestylecoder opened 8 years ago

freestylecoder commented 8 years ago

On any page other than index, there is extra whitespace between the menu bar and the first article in the content section.

blmeadows commented 8 years ago

Could you send a screenshot of exactly where the extra whitespace that you mention here is? Want to make sure I'm fixing the right thing. :smile:

freestylecoder commented 8 years ago

extraspace

Hopefully, that helps.

blmeadows commented 8 years ago

I'm not sure how to check this locally, but try changing to #Content { padding-top: 35px; } and #Content article { margin: 50px auto 0; } and article { margin: 50px 0 0 0; } in master.css

blmeadows commented 8 years ago

Also, on media query for #Content { padding-top: 85px; }

ProfessorTom commented 6 years ago

Is this issue still relevant?

freestylecoder commented 6 years ago

Yup