Philipp Schrader | 8058743 | 2022-03-05 15:41:22 -0800 | [diff] [blame] | 1 | * { |
Alex Perry | bb3d206 | 2022-03-05 18:14:33 -0800 | [diff] [blame^] | 2 | padding: 10px; |
3 | } | ||||
4 | |||||
5 | .center-column { | ||||
6 | display: flex; | ||||
7 | align-items: stretch; | ||||
8 | flex-direction: column; | ||||
9 | text-align: center; | ||||
10 | } | ||||
11 | |||||
12 | .buttons { | ||||
13 | display: flex; | ||||
14 | justify-content: space-between; | ||||
Philipp Schrader | 8058743 | 2022-03-05 15:41:22 -0800 | [diff] [blame] | 15 | } |
16 | |||||
17 | textarea { | ||||
18 | width: 300px; | ||||
19 | height: 150px; | ||||
Alex Perry | bb3d206 | 2022-03-05 18:14:33 -0800 | [diff] [blame^] | 20 | } |