Skip to content

Commit

Permalink
adjust sticky banner
Browse files Browse the repository at this point in the history
Signed-off-by: flynnduism <[email protected]>
  • Loading branch information
flynnduism committed Jan 12, 2022
1 parent c5aef13 commit d57f937
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/scss/brigade-app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ small {
padding: 0.5rem 0 0.675rem;
background-color: $bluem;
color: white;
z-index: 1801;
position: relative;
left: 0;
right:0;

a {
color: white;
Expand Down Expand Up @@ -358,7 +362,7 @@ footer {
}

.pipe-wrapper {
margin-top: -37.5vw;
margin-top: -20.5vw;
min-height: 200vh;
}

Expand All @@ -381,7 +385,7 @@ svg {

&:after {
background: url(../../assets/images/skytop.svg) no-repeat 0% 0%;
background-size: contain;
background-size: cover;
display: inline-block;
content: " ";
position: absolute;
Expand Down

0 comments on commit d57f937

Please sign in to comment.