Skip to content

Commit

Permalink
Update font size
Browse files Browse the repository at this point in the history
  • Loading branch information
nntrn committed Feb 28, 2024
1 parent 35754da commit 3459cac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*{box-sizing:border-box}
h1,h2,h3,h4{margin:.5rem 0}
html{font-size:12px}
html{font-size:10px}
body{scrollbar-width:thin;margin:0 0;padding:0 0;margin:auto;font-family:monospace;font-size:inherit}
hr{border:0;border-bottom:2px solid #222;margin:1rem 0}
h3 a{text-transform:capitalize;text-decoration:none;color:initial}
Expand All @@ -12,7 +12,7 @@ h3[id]:hover:after{content:"#";color:#aaa}
.content span{white-space:pre-wrap}
aside,footer,header,section{padding:0 0;padding-left:1rem;padding-right:1rem;margin:1rem 0}
aside{background:#f2f2f2;padding-top:.5rem;padding-bottom:.5rem}
ol,ul{padding:0 1rem}
ol,ul{padding:0 1.15rem}
ul>li{padding:0 .4rem}
aside ol{display:flex;flex-direction:column;gap:.1rem;margin:.5rem 1rem;padding-left:2rem}
date{margin-right:.5rem;text-transform:uppercase}
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1><a href="{{ '/' | relative_url }}">{{site.title}}</a></h1>
{{ content }}
</main>
<footer>
<p>Open sourced by <a href="https://github.com/{{site.repository}}">@{{site.github_username}}</a></p>
<p>Created by <a href="https://github.com/{{site.repository}}">@{{site.github_username}}</a></p>
</footer>
<script>
{% include script.js %}
Expand Down

0 comments on commit 3459cac

Please sign in to comment.