heading styles

main
vitrinekast 8 months ago
parent 1195a639ae
commit 46200c309c

@ -116,32 +116,7 @@ sub {
vertical-align: sub;
font-size: smaller;
}
h1 {
margin: 3em 0 0 0;
font-size: 2em;
page-break-before: always;
line-height: 150%;
}
h2 {
margin: 1.5em 0 0 0;
font-size: 1.5em;
line-height: 135%;
}
h3 {
margin: 1.3em 0 0 0;
font-size: 1.3em;
}
h4 {
margin: 1.2em 0 0 0;
font-size: 1.2em;
}
h5 {
margin: 1.1em 0 0 0;
font-size: 1.1em;
}
h6 {
font-size: 1em;
}
h1,
h2,
h3,
@ -329,7 +304,7 @@ q {
body {
font-family: "CascadiaCode VTT";
font-size: .8rem;
margin: 0 2rem;
margin: 1rem;
}
article {
@ -347,6 +322,8 @@ ul {
ul, ol, li {
font-size: .8rem;
padding: 0 0;
text-align: left;
text-justify: none;
}
dfn,
@ -361,7 +338,6 @@ mark {
padding: 0.5rem;
font-family: "DuctusRegular";
margin-bottom: 1rem;
margin-right: 1rem;
white-space: normal;
text-align: left;
text-justify: none;

@ -229,8 +229,6 @@
{% endfor %}
</ul>
<hr />
<p><em>tldr@chopchop:~ $</em>sudo service --status-all</p>
<mark>
These are all of the services that are active, running, working to execute requests that enable everything on the server. They are marked with an [+].

Loading…
Cancel
Save