diff --git a/css/style.css b/css/style.css index 023ac20..dddebbb 100644 --- a/css/style.css +++ b/css/style.css @@ -12245,6 +12245,10 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, figure { .rsvpForm .ff-form .ff-form-check-other input[type=text] { width: calc(100% - 25px); } +.rsvpForm .ff-form .ff-powered-img { + padding: 0; + width: auto; +} * { scroll-padding-top: 75px !important; diff --git a/index.html b/index.html index c08c197..a14d132 100644 --- a/index.html +++ b/index.html @@ -242,7 +242,7 @@

Wedding Gifts

towards our honeymoon to Mexico, Riviera Maya. Please see our list on Prezola for details if you would like to do this online.

- + diff --git a/sass/style.scss b/sass/style.scss index 059c493..ddcabde 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -174,8 +174,15 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, figure { } } - .ff-form .ff-form-check-other input[type=text] { - width: calc(100% - 25px); + .ff-form { + .ff-form-check-other input[type=text] { + width: calc(100% - 25px); + } + + .ff-powered-img { + padding: 0; + width: auto; + } } } @@ -197,7 +204,6 @@ a { } - button.btn.darken { background-color: rgba(118, 141, 191, 75%); }