Latest updates

This commit is contained in:
2022-04-07 12:45:09 +01:00
parent 557b43c911
commit 21b42c69a5
25 changed files with 412 additions and 14 deletions

View File

@@ -94,7 +94,7 @@ header {
background: var(--accent-bg);
border-bottom: 1px solid var(--border);
text-align: center;
padding: 2rem 0.5rem;
padding: 0;
width: 100vw;
position: relative;
box-sizing: border-box;
@@ -119,14 +119,14 @@ main {
h1,
h2,
h3 {
line-height: 1.1;
line-height: 0.1;
}
/* Format navigation */
nav {
font-size: 1rem;
line-height: 2;
padding: 1rem 0;
padding:0;
}
nav a {
@@ -164,7 +164,7 @@ h1 {
var(--base-fontsize) * var(--header-scale) * var(--header-scale) *
var(--header-scale) * var(--header-scale)
);
margin-top: calc(var(--line-height) * 1.5rem);
margin-top: calc(var(--line-height) * 1.1rem);
}
h2 {
@@ -179,7 +179,7 @@ h3 {
font-size: calc(
var(--base-fontsize) * var(--header-scale) * var(--header-scale)
);
margin-top: calc(var(--line-height) * 1.5rem);
margin-top: calc(var(--line-height) * 1.1rem);
}
h4 {
@@ -525,3 +525,7 @@ pre code {
margin: 0;
padding: 0;
}
nav>form {
display:inline;
}