From 00167789628fc837478939d221ae8d025d2942f9 Mon Sep 17 00:00:00 2001 From: Kira McLean Date: Sun, 7 Apr 2024 15:55:19 -0300 Subject: [PATCH] update styles --- public/atom.xml | 2 +- public/planetclojure.xml | 2 +- public/style.css | 9 ++++----- templates/style.css | 9 ++++----- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/public/atom.xml b/public/atom.xml index e5a3901..f1e9298 100644 --- a/public/atom.xml +++ b/public/atom.xml @@ -3,7 +3,7 @@ Code with Kira - 2024-04-06T14:12:23+00:00 + 2024-04-07T18:55:04+00:00 https://codewithkira.com Kira McLean diff --git a/public/planetclojure.xml b/public/planetclojure.xml index e5a3901..f1e9298 100644 --- a/public/planetclojure.xml +++ b/public/planetclojure.xml @@ -3,7 +3,7 @@ Code with Kira - 2024-04-06T14:12:23+00:00 + 2024-04-07T18:55:04+00:00 https://codewithkira.com Kira McLean diff --git a/public/style.css b/public/style.css index ad22ace..d47c6eb 100644 --- a/public/style.css +++ b/public/style.css @@ -45,9 +45,9 @@ html { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; color: var(--text); - line-height: 1.7; + line-height: 1.5; background-color: var(--background); - font-size: 22px; + font-size: 18px; /* to undo styles in head that prevent fouc */ visibility: visible; opacity: 1; @@ -64,7 +64,7 @@ body { } main { - max-width: 38rem; + max-width: 44rem; width: 100%; margin: 0 auto; padding: 0 1em; @@ -73,7 +73,6 @@ main { h1, h2, h3, h4, h5, h6 { margin-top: 2.5rem; - border-bottom: 2px solid var(--border); } h1 { @@ -110,7 +109,7 @@ a:visited:hover, a:visited:focus { /**********************************************************************/ header { - max-width: 38rem; + max-width: 44rem; margin: 0 auto; padding: 0 1em; border-bottom: 2px solid var(--border); diff --git a/templates/style.css b/templates/style.css index ad22ace..d47c6eb 100644 --- a/templates/style.css +++ b/templates/style.css @@ -45,9 +45,9 @@ html { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; color: var(--text); - line-height: 1.7; + line-height: 1.5; background-color: var(--background); - font-size: 22px; + font-size: 18px; /* to undo styles in head that prevent fouc */ visibility: visible; opacity: 1; @@ -64,7 +64,7 @@ body { } main { - max-width: 38rem; + max-width: 44rem; width: 100%; margin: 0 auto; padding: 0 1em; @@ -73,7 +73,6 @@ main { h1, h2, h3, h4, h5, h6 { margin-top: 2.5rem; - border-bottom: 2px solid var(--border); } h1 { @@ -110,7 +109,7 @@ a:visited:hover, a:visited:focus { /**********************************************************************/ header { - max-width: 38rem; + max-width: 44rem; margin: 0 auto; padding: 0 1em; border-bottom: 2px solid var(--border);