repos/kloeckner.com.ar

Backup of part of my webpage
Commits Files Refs README LICENSE
css/blog.css (34 lines)
   1 @import "/css/colors.css";
   2 
   3 #blog-index-table #date {
   4     text-wrap: nowrap;
   5     vertical-align: top;
   6     a {
   7         color: var(--fg-color);
   8         text-decoration: none;
   9         padding-right: 5px;
  10         font-family: "inconsolata", monospace;
  11     }
  12 }
  13 
  14 @media (max-width: 800px) {
  15     #blog-index-table {
  16         /* border: 1px solid #505050; */
  17         /* border-radius: .5em; */
  18         /* padding: .5em; */
  19         #entry {
  20             display: flex;
  21             flex-direction: column-reverse;
  22         }
  23         /* #date { */
  24             /* padding-bottom: 0.5em; */
  25         /* } */
  26         /* #title a { */
  27             /* color: var(--fg-color); */
  28             /* font-size: 1.20em; */
  29         /* } */
  30         /* #date a { */
  31             /* color: var(--article-date); */
  32         /* } */
  33     }
  34 }