~kris/9p

krisyotam.net

ref: f269e2c7d5c244d42779b420cd5e3683ef2d58ca krisyotam.net/pub/style/style.css -rw-r--r-- 679 bytes
f269e2c7 — Kris Yotam merge: bring emergency backup commit from plan9.krisyotam.com a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
body { display: flex; flex-wrap: wrap; font-family: sans; }
header { flex-basis: 100%; flex-shrink: 0; }
article { flex-basis: 60%; padding-left: 1em; }
footer { flex-basis: 100%; flex-shrink: 0; }
header nav { display: flex; justify-content: space-between; }
nav a, header a { text-decoration: none ; color: inherit; }
header h1 span { margin-left: 1em; font-size: 50%; font-style: italic; }
body > nav { flex-basis: content; padding-right: 1vw; min-width: 16em; }
nav ul { display: flex; flex-direction: column; list-style-type: none; list-style-position: outside; padding-left: 0;  }
nav li ul { padding-left: 0.6em }
footer { display: flex; justify-content: space-between; }