summaryrefslogtreecommitdiffstats
path: root/src/pages/index.module.css
blob: 9d6167d7349994b18ffa4abdaae4258f3d27a7e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.btns-cont {
  --btn-gap: 0.3rem;
  /* padding: var(--btn-gap); */
  display: grid;
  justify-items: center;
  align-items: center;
  gap: var(--btn-gap);
  grid-template-columns: repeat(2, 1fr);
}
.timers-cont {
  hr {
    margin-top: 2em;
  }
}