Skip to content

Commit

Permalink
minor style tweaks for the 'about' section of each guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinEberhardt committed Jan 11, 2024
1 parent 8b17729 commit 2f42149
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 5 additions & 7 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
<h1 id="page-title">{{ page.title }}</h1>
<h6 id="page-author">by {{ page.author }} - {{ page.date | date_to_string }}</h6>
<p id="page-description">{{page.description}}</p>
<p>
<h6>About this series</h6>
<p id="about-this-series">
{{ site.about }}
<p>
<br>
This guide is made available under the permissive Creative Commons <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 license</a>
</p>
<br/>
<br/>
This guide is made available under the permissive Creative Commons <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 license</a>
</p>
{{ content }}
{{ content }}
</div>
{% include footer.html %}
</html>
6 changes: 6 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ h1, h2, h3, h4 {
margin-left: 35%;
}

#about-this-series {
margin-top: 20px;
padding: 20px;
background-color: lightblue;
}

#content {
margin: auto;
width: 80%;
Expand Down

0 comments on commit 2f42149

Please sign in to comment.