diff --git a/src/styles/homepage.scss b/src/styles/homepage.scss index 9577843..508f978 100644 --- a/src/styles/homepage.scss +++ b/src/styles/homepage.scss @@ -1147,9 +1147,15 @@ li.nav-item { } .join-heading { + width: 250px; font-size: 1rem; text-align: justify; - margin: 1.1rem 0rem; + justify-content: center; + align-items: center; + margin-top: 1.1rem; + margin-bottom: 1.1rem; + margin-left: auto; + margin-right: auto; } button.button-2 { @@ -1268,6 +1274,7 @@ li.nav-item { .bottom-header-box { display: flex; flex-direction: column; + width: 290px; align-items: center; text-align: center; margin: auto;