diff --git a/src/components/Guest/GuestSignUpBtn/index.css b/src/components/Guest/GuestSignUpBtn/index.css index 32a36c952..23da45e37 100644 --- a/src/components/Guest/GuestSignUpBtn/index.css +++ b/src/components/Guest/GuestSignUpBtn/index.css @@ -8,14 +8,15 @@ .guest-sign-up-button { padding: 10px 30px; font-size: 20px; - border-radius: 20px; + border-radius: 1rem; cursor: pointer; font-weight: 600; - background: var(--btn-color); - border: none; - transition: 0.3s ease-in-out; + background: none; + border: 2px solid #5f85db; + transition: .3s ease-in-out; + color: #5f85db; } .guest-sign-up-button:hover { transform: scale(1.1); -} +} \ No newline at end of file diff --git a/src/components/Suggestions/index.css b/src/components/Suggestions/index.css index 2e623f972..134c894c6 100644 --- a/src/components/Suggestions/index.css +++ b/src/components/Suggestions/index.css @@ -115,9 +115,11 @@ margin-left: 17vw; align-items: flex-start; } + .suggestion-user-container { flex-direction: column; width: 100%; + /* margin-top: 7rem; */ } .suggestion-user-list-item { @@ -135,4 +137,8 @@ .suggestion-scroll-btn { display: none; } + + .top-margin { + margin-top: 5rem; + } } diff --git a/src/components/Suggestions/index.jsx b/src/components/Suggestions/index.jsx index 82662e0d4..2a5dbcecd 100644 --- a/src/components/Suggestions/index.jsx +++ b/src/components/Suggestions/index.jsx @@ -157,7 +157,11 @@ const Suggestion = () => { }; return ( -
+