Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kirahowe committed Apr 7, 2024
1 parent c4775df commit 0016778
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion public/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Code with Kira</title>
<link href="https://codewithkira.com/atom.xml" rel="self"/>
<link href="https://codewithkira.com"/>
<updated>2024-04-06T14:12:23+00:00</updated>
<updated>2024-04-07T18:55:04+00:00</updated>
<id>https://codewithkira.com</id>
<author>
<name>Kira McLean</name>
Expand Down
2 changes: 1 addition & 1 deletion public/planetclojure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Code with Kira</title>
<link href="https://codewithkira.com/atom.xml" rel="self"/>
<link href="https://codewithkira.com"/>
<updated>2024-04-06T14:12:23+00:00</updated>
<updated>2024-04-07T18:55:04+00:00</updated>
<id>https://codewithkira.com</id>
<author>
<name>Kira McLean</name>
Expand Down
9 changes: 4 additions & 5 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -64,7 +64,7 @@ body {
}

main {
max-width: 38rem;
max-width: 44rem;
width: 100%;
margin: 0 auto;
padding: 0 1em;
Expand All @@ -73,7 +73,6 @@ main {

h1, h2, h3, h4, h5, h6 {
margin-top: 2.5rem;
border-bottom: 2px solid var(--border);
}

h1 {
Expand Down Expand Up @@ -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);
Expand Down
9 changes: 4 additions & 5 deletions templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -64,7 +64,7 @@ body {
}

main {
max-width: 38rem;
max-width: 44rem;
width: 100%;
margin: 0 auto;
padding: 0 1em;
Expand All @@ -73,7 +73,6 @@ main {

h1, h2, h3, h4, h5, h6 {
margin-top: 2.5rem;
border-bottom: 2px solid var(--border);
}

h1 {
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 0016778

Please sign in to comment.