aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/comment/reply-comment-form/reply-comment-form.module.scss
blob: cd7c3ca5beadedb219d24a883cb05a94d0b8c312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.body {
  margin-inline: auto;
  width: 100%;
}

.form {
  margin-inline: auto;
}

:where(.body) > *:first-child {
  width: fit-content;
  margin: 0 auto var(--spacing-md);
}