mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-10-28 00:04:23 -04:00
layout improvement
This commit is contained in:
parent
d3e6335e02
commit
c241eb5bd6
@ -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>
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user