all repos — well-binge @ b4291173177530edd2f129bc279049e6d892c30c

Create positive, recurring habits.

static/style.css (view raw)

 1label {
 2    display: grid;
 3    grid-template-columns: auto auto;
 4    align-items: center;
 5    justify-items: start;
 6    align-content: center;
 7    justify-content: space-between;
 8    max-width: 350px;
 9}
10
11label > input {
12    max-width: 250px;
13}