Skip to content

Commit

Permalink
css: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpapersonic authored Jun 10, 2024
1 parent 642c66b commit 2e3b8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ h1 {
/*font-size: x-large;*/
font-weight: bold;
text-align: center;
image-rendering: pixelated;
}

section h1 { border-top: 2px dotted rgb(124,88,68); text-align: center; position: relative; margin: 1.75rem 0 0; }
Expand All @@ -21,6 +20,7 @@ section h1 span { position: relative; top: -.7em; background: rgb(179,147,120);
img#logo {
margin: 1rem auto;
display: block;
image-rendering: pixelated;
}

section div {
Expand Down

0 comments on commit 2e3b8ee

Please sign in to comment.