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.
|
- /**
- * Styles for the subscription page
- */
-
- form#subscribe__form {
- display: block;
- width: 300px;
- text-align: center;
- }
-
- form#subscribe__form fieldset {
- text-align: left;
- margin: 0.5em 0;
- }
-
- form#subscribe__form label {
- display:block;
- margin: 0 0.5em 0.5em;
- }
-
|