aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/comment-page/comment-page.component.css
blob: f9dc3902c8fd906c5a9249e3fb50df14de6bf556 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#content {
  justify-content: flex-start !important;
}

#content > * {
  width: 100%;
}

.many-buttons {
  width: 100%;
  display: flex;
}

.many-buttons > * {
  flex: 1;
  margin-right: .3em;
}

.many-buttons > *:last-of-type {
  margin-right: 0;
}

.submit-btn {
  margin: 0 auto;
  margin-bottom: .5em;
}