Skip to content

Commit

Permalink
fix header of projects info pages (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
GRISONRF authored Sep 28, 2022
1 parent 07f30c4 commit 3aacc2b
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion _sass/components/_project-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
max-height: 74vh;



&::after {
position: absolute;
top: 0;
Expand Down Expand Up @@ -383,3 +382,30 @@
font-size: 15px;
margin-bottom: 20px;
}


.hero-inner {
color: $color-white;
margin: 60px auto 0px;
max-width: $max-content-width;
position: relative;
z-index: 2;

@media #{$bp-tablet-up} {
margin-bottom: 0;
margin-top: 150px;
}

h1 {
font-weight: bold;
margin-bottom: .65rem;
}

p {
margin-bottom: .65rem;
}

span {
border-bottom: 3px solid $color-red;
}
}

0 comments on commit 3aacc2b

Please sign in to comment.