diff --git a/packages/integration/src/styles/homepage.css b/packages/integration/src/styles/homepage.css index 17d938a..864e91d 100644 --- a/packages/integration/src/styles/homepage.css +++ b/packages/integration/src/styles/homepage.css @@ -226,7 +226,6 @@ width: 100%; line-height: 1.75rem; padding: 1rem; - display: block; } .lasuite-input-width { @@ -253,6 +252,12 @@ background-color: var(--lasuite-primary); } +.lasuite-connect { + justify-content: space-between; + padding-left: 2rem; + padding-right: 2rem; +} + .lasuite-connect__brand { font-weight: 700; }