blob: cec2a47fb6543e1e81c473e38dd607c7c8ee72b5 [file] [log] [blame]
Philipp Schrader80587432022-03-05 15:41:22 -08001* {
Alex Perrybb3d2062022-03-05 18:14:33 -08002 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 Schrader80587432022-03-05 15:41:22 -080015}
16
17textarea {
18 width: 300px;
19 height: 150px;
Alex Perrybb3d2062022-03-05 18:14:33 -080020}