Split TaxReturnView out of App.
[ustaxviewer.git] / src / TaxReturnView.css
1 .header {
2 display: flex;
3 align-items: center;
4 }
5
6 .header h1 {
7 flex: 2;
8 font-size: 24pt;
9 margin: 10px 0;
10 color: #555;
11 }
12
13 .header select {
14 font-size: 14pt;
15 height: 24pt;
16 }