Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rjs360 committed Jul 16, 2023
1 parent 9d5c682 commit 128e329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ body.sticky-bottom-footer {
background-size:cover;
background-position:center bottom;
height:15em;
width:100%;
margin-bottom:2em;
margin-top:-2.7em
//filter:invert(89%)
Expand All @@ -70,7 +69,8 @@ body.sticky-bottom-footer {
}

.page-content{
padding:25px 0
padding:25px 0;
width: 1200px;
}


Expand Down

0 comments on commit 128e329

Please sign in to comment.