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.
18 lines
298 B
18 lines
298 B
6 years ago
|
/**
|
||
|
* @file
|
||
|
* Visual styles for Magazine+'s subscribe forms.
|
||
|
*/
|
||
|
/*subscribe full width*/
|
||
|
.subscribe h4 {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 60px;
|
||
|
text-align: center;
|
||
|
font-size: 30px;
|
||
|
}
|
||
|
.subscribe input[type="text"] {
|
||
|
padding-right: 100px;
|
||
|
}
|
||
|
.subscribe input[type="submit"] {
|
||
|
margin: 0;
|
||
|
}
|