Created
March 24, 2021 17:45
-
-
Save polevaultweb/3a83d9ca8b7055510b381ae3346bc994 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input#mce-EMAIL { | |
width: 300px; | |
margin-top: 2rem; | |
border: none; | |
padding: 1rem; | |
border-radius: 5px; | |
} | |
input#mc-embedded-subscribe { | |
padding: 1rem; | |
border-radius: 5px; | |
border: none; | |
margin: 2rem; | |
background: orange; | |
font-weight: bold; | |
font-size: 16px; | |
} |
Author
polevaultweb
commented
Mar 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment