Files @ 3e495ae230a2
Branch filter:

Location: C3L/C3L-Membership-Online-Form/c3l_membership/static/style.css - annotation

Dennis Fink
Mark fields that are not required as explicitly optional
body {
  margin-top: 1vh;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-bottom: 1vh;
}

.pure-img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-align: justify;
}

.pure-menu-horizontal {
  text-align: right;
  padding-bottom: 1rem;
}