5 <title>Witch of Light</title>
7 html { font-size: 1.4em; line-height: 1.5; color: #444; }
8 body { padding: 1em; max-width: 700px; margin: 0 auto; }
9 body header { margin-bottom: 1em; }
10 body footer { margin-top: 1em; }
12 h1 a { color: #f78123; text-decoration: none; }
13 h1, h2, h3, h4, h5, h6 { margin-bottom: 0; }
14 .flex-center { justify-content: center; }
15 .row { display: flex; flex-direction: row; }
16 .col { display: flex; flex-direction: column; }
17 .spacer { flex-grow: 1; }
18 .ls-none { list-style: none; padding: 0; margin: 0; }
19 code { font-size: 1.1em; }
20 pre code { overflow: scroll; width: calc(100% + 8em); display: inline-block; max-width: 100vw; font-size: 1em;
21 background: #eee; box-sizing: border-box; margin: 0 -4em; padding: 1em; border-radius: 6px; }
22 @media (max-width: calc(700px + 8em)) {
23 pre code { margin: 0 -1em; width: calc(100% + 2em); }
29 <h1><a href="/">Witch of Light</a></h1>
30 <i>A collection of Cassie's harebrained schemes.</i>
33 <div class="spacer"></div>
35 Copyright © 2019 Cassie Jones.
36 - <a href="https://twitter.com/porglezomp">@porglezomp</a>