CogTool-Modern / cogtool

Predictive human performance modeling for UI/UX design
https://www.cogtool.org
GNU Lesser General Public License v2.1
17 stars 1 forks source link

Docs website, padding. #48

Closed justingeeslin closed 4 years ago

justingeeslin commented 4 years ago

I think some padding around the main content to match the navigation would be helpful.

Screen Shot 2020-07-30 at 6 16 36 AM

The navigation's padding is this (style.css:282):

@media only screen and (min-width: 768px)
.site-branding {
   margin: 0 calc(10% + 60px);
}

This margin applied to .site-content looks great.

Screen Shot 2020-07-30 at 6 21 36 AM
justingeeslin commented 4 years ago

Committed.