css/tweaks
This commit is contained in:
parent
69daecd39b
commit
af66ff305c
3 changed files with 6 additions and 3 deletions
|
@ -73,7 +73,10 @@
|
||||||
<section>
|
<section>
|
||||||
<h2>Yet Another Heading</h2>
|
<h2>Yet Another Heading</h2>
|
||||||
<h3>Sub Heading</h3>
|
<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>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -33,8 +33,7 @@ background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
color: #777;
|
color: #777;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 1rem;
|
line-height: 1.125;
|
||||||
line-height: 1.25;
|
|
||||||
margin-block: 0;
|
margin-block: 0;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
max-inline-size: 160ch;
|
max-inline-size: 160ch;
|
||||||
|
|
|
@ -14,6 +14,7 @@ padding: 0;
|
||||||
|
|
||||||
html {
|
html {
|
||||||
color-scheme: dark light;
|
color-scheme: dark light;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue