/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* town/style.css
 *
 * copyright (c) 2021-2025 drow <drow@bin.sh>
 * all rights reserved
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* town */

  h1.metamorphous { font-family: Metamorphous; }
  select { min-width: 10em; }
  canvas { margin: 4ex auto; }

  .desc { text-align: left; }
  .desc h2 { margin: 1ex 2em; }
  .desc h3 { margin: 1ex 4em; }
  .desc ul { margin: 1ex 4em; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* media */

  @media screen {
    .print_only { display: none; }
  }
  @media print {
    .screen_only { display: none; }
    .print_only { display: block; }
  }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
