Base theme for LMMI Journal
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.
 
 
 
 
 

17 lines
298 B

/**
* @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;
}