css/tweaks

This commit is contained in:
Marc Beninca 2025-01-27 11:48:41 +01:00
parent 69daecd39b
commit af66ff305c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 6 additions and 3 deletions

View file

@ -73,7 +73,10 @@
<section>
<h2>Yet Another Heading</h2>
<h3>Sub Heading</h3>
<p>Yet another paragraph that is quite a bit longer than others.</p>
<p>
0________1_________2_________3_________4<br>
Yet another paragraph that is quite a bit longer than others.
</p>
</section>
</div>

View file

@ -33,8 +33,7 @@ background-position: center;
background-size: cover;
color: #777;
font-family: monospace;
font-size: 1rem;
line-height: 1.25;
line-height: 1.125;
margin-block: 0;
margin-inline: auto;
max-inline-size: 160ch;

View file

@ -14,6 +14,7 @@ padding: 0;
html {
color-scheme: dark light;
font-size: 1rem;
}
body {