style: add padding to jumbotron label on mobile
This commit is contained in:
parent
cf1e375121
commit
27a983b422
1 changed files with 3 additions and 0 deletions
|
@ -423,6 +423,9 @@ nav#side-nav {
|
|||
background: rgba(141, 191, 66, 0.97) !important;
|
||||
width: 100%;
|
||||
}
|
||||
#mc_embed_signup label {
|
||||
padding: 0 20px;
|
||||
}
|
||||
#mc_embed_signup input {
|
||||
width: 250px !important;
|
||||
height: 50px !important;
|
||||
|
|
Loading…
Reference in a new issue