Skip to content
Snippets Groups Projects
comments-creator-shared.component.scss 173 B
Newer Older
form {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-bottom: 50px;
}

button {
  margin-right: 20px;
  min-width: 80px;
}

textarea {
  line-height: 120%;
}