/* line 1, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/notes.scss */
.notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: 1.5rem;
  grid-auto-rows: 1fr;
}

/* line 7, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/notes.scss */
.note {
  border: 2px solid #000;
}

/* line 10, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/notes.scss */
.note a {
  display: block;
  padding: 1rem;
  line-height: 1.25em;
}

/* line 15, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/notes.scss */
.note h2 {
  font-size: 1rem;
}

/* line 18, S:/wamp64/www/kinderklatsch.ch/kirby/assets/scss/templates/notes.scss */
.note time {
  font-size: .75rem;
}

/*# sourceMappingURL=../../css/templates/notes.map */