You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
290 B

  1. /**
  2. * Styles for the subscription page
  3. */
  4. form#subscribe__form {
  5. display: block;
  6. width: 300px;
  7. text-align: center;
  8. }
  9. form#subscribe__form fieldset {
  10. text-align: left;
  11. margin: 0.5em 0;
  12. }
  13. form#subscribe__form label {
  14. display:block;
  15. margin: 0 0.5em 0.5em;
  16. }