Skip to content
Snippets Groups Projects
poll.scss 119 B
Newer Older
  • Learn to ignore specific revisions
  • Guilhem CARRON's avatar
    Guilhem CARRON committed
    .poll {
      margin: 2rem 0;
      .title {
        margin: 1rem 0;
      }
      input {
        min-width: 300px;
        margin-left: 0;
      }
    }