about summary refs log tree commit diff stats
path: root/frontend/static/style.css
blob: 95198fba2641eeb786b9281c05f60712f9459ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
form {
  display: flex;
}

input[type="search"] {
  width: 100%;
}

dt::after {
  content: ": ";
}

dd {
  margin-inline-start: 1rem;
}

dl {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: max-content 1fr;
}