riazj.com

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

style.css (310B)


      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 h2 {
     15   margin-top: 1em;
     16   padding-top: 1em;
     17 }
     18 
     19 pre {
     20   padding: 1em;
     21   border: 1px solid;
     22   overflow: auto;
     23 }
     24 
     25 span {
     26   display: none;
     27 }