riazj.com

source code for this website
git clone https://riazj.com/git/riazj.com
Log | Files | Refs | LICENSE

style.css (263B)


      1 body {
      2   margin: 0 auto;
      3   line-height: 1.5;
      4   max-width: 40em;
      5   padding: 0 1em 1em;
      6   font-size: 1.15em;
      7   font-family: sans-serif;
      8 }
      9 
     10 time {
     11   font-family: monospace;
     12 }
     13 
     14 pre {
     15   padding: 1em;
     16   border: 1px solid;
     17   overflow: auto;
     18 }
     19 
     20 span {
     21   display: none;
     22 }