layout improvement

This commit is contained in:
Deniz Akşimşek 2023-01-10 19:13:23 +03:00
parent d3e6335e02
commit c241eb5bd6
2 changed files with 10 additions and 15 deletions

View File

@ -1,8 +1,10 @@
<nav class="f-row overflow:auto" aria-label="Site navigation">
<span id="footer-book-name" class="bold smallcaps">Hypermedia Systems</span>
<a href="/">Cover</a>
<a href="/book/contents">Contents</a>
<a href="/colophon">Colophon</a>
<a href="https://github.com/bigskysoftware/hypermedia-systems">GitHub</a>
<nav class="f-row flex-wrap:wrap crowded" aria-label="Site navigation">
<span id="footer-book-name" class="bold allcaps">Hypermedia Systems</span>
<span class="f-row flex-wrap:wrap">
<a href="/">Cover</a>
<a href="/book/contents">Contents</a>
<a href="/colophon">Colophon</a>
<a href="https://github.com/bigskysoftware/hypermedia-systems">GitHub</a>
</span>
</nav>

View File

@ -6,8 +6,8 @@
<title>Building Hypermedia Systems</title>
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=merriweather:400,400i,700,700i|merriweather-sans:400,400i,700,700i" rel="stylesheet" />
<link rel="stylesheet" href="https://the.missing.style/v1.0.5/missing.css">
<link rel="stylesheet" href="https://the.missing.style/v1.0.5/missing-prism.css">
<link rel="stylesheet" href="https://the.missing.style/v1.0.6/missing.css">
<link rel="stylesheet" href="https://the.missing.style/v1.0.6/missing-prism.css">
<style>
@font-face {
font-family: "Chicago FLF";
@ -35,17 +35,10 @@
font-family: inherit;
} #}
pre { font-size: 1em }
sub-title, .sub-title {
color: var(--faded-fg);
}
.smallcaps {
font-variant-caps: all-small-caps;
letter-spacing: .05em;
}
/* #region Asciidoc */
.colist {