[2025-05-08] Adjusting zoom, font sizes and <hr> colour

This commit is contained in:
Andrew Conlin 2025-05-09 14:11:38 +01:00
parent 6f6de59de0
commit d736858945
3 changed files with 11 additions and 6 deletions

View file

@ -1,4 +1,4 @@
<ul style="list-style-type:none;margin:0;padding:0;font-size:16px;"> <ul style="list-style-type:none;margin:0;padding:0;">
{% for post in site.posts %} {% for post in site.posts %}
{% assign category = post.category %} {% assign category = post.category %}
{% if category == page.title %} {% if category == page.title %}

View file

@ -22,7 +22,7 @@ code {
div.container { div.container {
margin: 0 auto; margin: 0 auto;
zoom: 1.5; zoom: 1.4;
} }
div.content { div.content {
@ -41,7 +41,7 @@ div.content {
} }
div.container { div.container {
margin: 0 auto; margin: 0 auto;
zoom: 1.4 zoom: 1.3
} }
} }
@ -67,7 +67,7 @@ div.content {
} }
div.container { div.container {
margin: 0 auto; margin: 0 auto;
zoom: 1.0 zoom: 1.1
} }
} }
@ -132,10 +132,15 @@ span.growshrink {
} }
} }
p { body {
font-size: 14px font-size: 14px
} }
h1 { h1 {
font-size: 24px font-size: 24px
} }
hr {
color: #32302F;
border-color: #32302F
}

View file

@ -4,7 +4,7 @@ title: projects
--- ---
{% include pageTitle.html %} {% include pageTitle.html %}
<ul style="list-style-type:none;margin:0;padding:0;font-size:16px;"> <ul style="list-style-type:none;margin:0;padding:0;">
<p><span style="font-family:Geist Mono"><a href="https://pypi.org/project/tictoc">tictoc</a> / </span>Fast, simple and accurate Python timing. Written in Rust.</p> <p><span style="font-family:Geist Mono"><a href="https://pypi.org/project/tictoc">tictoc</a> / </span>Fast, simple and accurate Python timing. Written in Rust.</p>
<p><span style="font-family:Geist Mono"><a href="https://year-progress.cnln.dev">year-progress</a> / </span>A fun side project which gives the progress through the year, relative to other things.</p> <p><span style="font-family:Geist Mono"><a href="https://year-progress.cnln.dev">year-progress</a> / </span>A fun side project which gives the progress through the year, relative to other things.</p>
</ul> </ul>