Skip to content

Commit

Permalink
💄 style: resize headers
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 19, 2023
1 parent b387f3b commit e4c6705
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ article{

h1 {
display: block;
font-size: 2em;
font-size: 1.375em;
font-size: 1.5em;
margin-top: 0.67em;
margin-bottom: 0em;
margin-left: 0;
Expand All @@ -138,8 +137,8 @@ h1 {

h2 {
display: block;
font-size: 1.2em;
margin-top: 0.83em;
font-size: 1.4em;
margin-top: 0.5em;
margin-bottom: 0em;
margin-left: 0;
margin-right: 0;
Expand All @@ -148,8 +147,8 @@ h2 {

h3 {
display: block;
font-size: 1.15em;
margin-top: 0.83em;
font-size: 1.2em;
margin-top: 0.3em;
margin-bottom: 0em;
margin-left: 0;
margin-right: 0;
Expand All @@ -173,7 +172,7 @@ h5 {
margin-bottom: 0em;
margin-left: 0;
margin-right: 0;
font-weight: 550;
font-weight: normal;
}

p {
Expand Down
2 changes: 1 addition & 1 deletion templates/macros/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h3>TL;DR:</h3>
{% if page.extra.toc | default(value=false) %}
{% if page.toc %}
<div class="toc-container">
<h2>Table of Contents</h2>
<h3>Table of Contents</h3>
<ul>
{% for h1 in page.toc %}
<li>
Expand Down

0 comments on commit e4c6705

Please sign in to comment.