massi-world-scratch

a slew of pages that need no compilation
Log | Files | Refs

style.css (322B)


      1 #chart {
      2   display: flex;
      3   flex-wrap: wrap;
      4   padding: 1rem;
      5 }
      6 
      7 h1,
      8 h2 {
      9   text-align: center;
     10 }
     11 
     12 #desc {
     13   max-width: 40rem;
     14   margin: auto;
     15 }
     16 
     17 code {
     18   font-size: 1.5rem;
     19   width: 12.5%;
     20   box-sizing: border-box;
     21   text-align: center;
     22   padding: 1rem;
     23 }
     24 
     25 @media (max-aspect-ratio: 1/1) {
     26   code {
     27     width: 25%;
     28   }
     29 }