~edwargix/tallyard

a27a0cd164764f17c236798c7a95ff4f0cf9c3a5 — David Florness 1 year, 2 months ago 7349591
site: better styling for mobile

copied from <https://github.com/setetres/evenbettermotherfuckingwebsite/blob/0a0e01016512/index.html#L8-L14>
1 files changed, 19 insertions(+), 8 deletions(-)

M site/index.dhtml
M site/index.dhtml => site/index.dhtml +19 -8
@@ 9,17 9,28 @@
                https://git.hnitbjorg.xyz/~edwargix/tallyard/tree/master{/dir}
                https://git.hnitbjorg.xyz/~edwargix/tallyard/tree/master{/dir}/{file}#L{line}">

    <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"/>
    <style type="text/css">
     body {
         margin:40px auto;
         max-width:650px;
         line-height:1.6;
         font-size:18px;
         color:#444;
         padding:0 10px
         margin: 5% auto;
         background: #f2f2f2;
         color: #444444;
         font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
         font-size: 16px;
         line-height: 1.8;
         text-shadow: 0 1px 0 #ffffff;
         max-width: 73%;
     }
     h1,h2,h3 {
         line-height:1.2
     code {
         background: white;
     }
     a {
         border-bottom: 1px solid #444444;
         color: #444444;
         text-decoration: none;
     }
     a:hover {
         border-bottom: 0;
     }
    </style>
    <meta charset="utf-8" />