Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjs360 committed Jul 16, 2023
1 parent 28a4849 commit 6cc5c29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
---

<!-- about.html -->
<div class="page-content">
<!--<div class="page-content">-->
<div class="header-background">
<div class="img1"></div>
<div class="text">
<h2>text here if desireable</h2>
</div>
</div>
</div>
<!--</div>-->

<div class="post">
<header class="post-header">
Expand Down
11 changes: 11 additions & 0 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@ body.sticky-bottom-footer {
margin-top:-2.7em
}

.header-background .img{
background-image:url("../img/score_contour.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:center bottom;
height:15em;
margin-bottom:2em;
margin-top:-2.7em;
filter:invert(89%)
}

.page-content{
padding:25px 0
}
Expand Down

0 comments on commit 6cc5c29

Please sign in to comment.