Portfolio Spacing & Layout

Portfolio adjustments:
-Cleaned up container margins/padding
-Added max-width to header and Settings section
-Refined Portfolio header and nav links

Other adjustments:
-Reduced font size of side nav links
This commit is contained in:
hmbrink
2020-01-17 17:02:15 -05:00
committed by dandds
parent ad70042774
commit 8dbb3b32a2
5 changed files with 34 additions and 15 deletions

View File

@@ -22,14 +22,13 @@ body {
padding-bottom: $footer-height * 2.5;
.global-panel-container {
margin: $gap;
flex-grow: 1;
-ms-flex-negative: 1;
top: $usa-banner-height + $topbar-height;
position: relative;
padding: 0 $spacing-large;
@include media($medium-screen) {
margin: $gap * 2;
top: $usa-banner-height + $topbar-height;
}
}