Portfolio home page.

Makes some minor, necessary adjustments to the stylesheet.
This commit is contained in:
dandds
2019-06-06 17:03:08 -04:00
parent 89b798b54a
commit a80d1f8e86
6 changed files with 159 additions and 7 deletions

View File

@@ -23,7 +23,6 @@ body {
.global-panel-container {
margin: $gap;
max-width: $site-max-width;
flex-grow: 1;
-ms-flex-negative: 1;

View File

@@ -1,4 +1,6 @@
.sticky-cta {
z-index: 100;
@include media($small-screen) {
margin-left: -$gap * 4;
}