Unverified Commit 3c06bb2f authored by Dennis Schubert's avatar Dennis Schubert Committed by Benjamin Neff
Browse files

Center <p>s inside formes used as secondary labels

closes #8004
parent ef137f09
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -93,5 +93,10 @@ textarea {
    }

    ::placeholder { text-transform: uppercase; }

    p {
      margin-top: .5rem;
      text-align: center;
    }
  }
}