Bump postcss from 7.0.35 to 7.0.36 (#8)
[ustaxviewer.git] / src / TaxReturnView.css
1 /* Copyright 2020 Blue Static <https://www.bluestatic.org>
2 * This program is free software licensed under the GNU General Public License,
3 * version 3.0. The full text of the license can be found in LICENSE.txt.
4 * SPDX-License-Identifier: GPL-3.0-only
5 */
6
7 .header {
8 display: flex;
9 align-items: center;
10
11 width: 750px;
12 margin: 0 auto;
13 }
14
15 .header h1 {
16 flex: 2;
17 font-size: 24pt;
18 margin: 10px 0;
19 color: #555;
20 }
21
22 .header select {
23 font-size: 14pt;
24 height: 24pt;
25 }