aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/static/style.css
blob: ab6c3c8a71a0a76fcd381640c4a1667d13de7cf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
     display: flex;
     min-height: 100vh;
     flex-direction: column;
 }
 main {
     flex: 1 0 auto;
 }

.invoice-table table {
  border-collapse: collapse;
}

.invoice-table th, .invoice-table td, .invoice-table table {
  border: 1px solid black;
}

.nav-container {
  margin: 0px auto;
  max-width: 85%;
}