Skip to content

Commit

Permalink
Add page banner
Browse files Browse the repository at this point in the history
  • Loading branch information
MMore committed Nov 16, 2023
1 parent 0afe162 commit a8bc506
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<span class="f-left">
<a href="{{ site.baseurl }}/">
<h1>
<span>sso</span>tax
<span>sso</span>tax<span style="font-size: 0.8em">.org</span>
</h1>
</a>
</span>
Expand Down
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{% include head.html %}

<body>
<div class="page-banner">Find out <a href="/why">why</a> a new version of sso.tax exists</div>
<div id="wrap">

<!-- Navigation -->
Expand Down
20 changes: 19 additions & 1 deletion _sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,22 @@ details {
a {
font-weight: normal;
}
}
}

// Banner

.page-banner {
// width: 100%;
background-color: #159957;
color: #fff;
text-align: center;
padding: 2px 0;
font-size: 0.8em;
letter-spacing: 0.025em;

a {
color: #fff;
font-weight: normal;
// text-decoration: none;
}
}

0 comments on commit a8bc506

Please sign in to comment.