Skip to content

Instantly share code, notes, and snippets.

@psahalot
Forked from jainnidhi/subscribe-form2.txt
Created October 21, 2016 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psahalot/0b95a87407e7b190cb627907644d6e88 to your computer and use it in GitHub Desktop.
Save psahalot/0b95a87407e7b190cb627907644d6e88 to your computer and use it in GitHub Desktop.
BB Subscribe Form 2
.subscribe-form-2 {
background: #c559bd;
padding: 40px 40px 30px;
}
.subscribe-form-2 .fl-form-field {
width: 38%;
display: inline-block;
}
.subscribe-form-2 .fl-form-field input {
padding: 16px 30px !important;
height: auto;
}
.subscribe-form-2 .fl-form-button {
width: 23%;
display: inline-block;
}
.subscribe-form-2 a.fl-button {
border-bottom-width: 4px !important;
}
@media only screen and (max-width: 768px) {
.subscribe-form-2 .fl-form-button {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment