diff --git a/frontend/src/components/css/AdminAccountData.scss b/frontend/src/components/css/AdminAccountData.scss index 443d972ee..991f43d64 100644 --- a/frontend/src/components/css/AdminAccountData.scss +++ b/frontend/src/components/css/AdminAccountData.scss @@ -137,5 +137,3 @@ width: 100% !important; } } - - diff --git a/frontend/src/components/css/Appointments.scss b/frontend/src/components/css/Appointments.scss index 7e4a93b66..e01d65116 100644 --- a/frontend/src/components/css/Appointments.scss +++ b/frontend/src/components/css/Appointments.scss @@ -291,7 +291,7 @@ flex-direction: row; margin-bottom: 5%; margin-left: 1%; - height: 100% + height: 100%; } .appointment-card { diff --git a/frontend/src/components/css/Home.scss b/frontend/src/components/css/Home.scss index 455ab6501..656f518c9 100644 --- a/frontend/src/components/css/Home.scss +++ b/frontend/src/components/css/Home.scss @@ -141,8 +141,8 @@ @media (max-width: 600px) { .btn-d { - width: 100%; - margin: 10px 0; + width: 100%; + margin: 10px 0; } .btn-dc { flex-direction: column; diff --git a/frontend/src/components/css/Messages.scss b/frontend/src/components/css/Messages.scss index a07473a40..b2cba6490 100644 --- a/frontend/src/components/css/Messages.scss +++ b/frontend/src/components/css/Messages.scss @@ -128,7 +128,7 @@ min-height: calc(100vh - #{($nav-header-height + $footer-gap)} - 90px); } .group-conversation-content { - max-height: calc(100vh - #{($nav-header-height + $footer-gap)}); + max-height: calc(100vh - #{($nav-header-height + $footer-gap)} - 40px); } .no-messages { diff --git a/frontend/src/components/css/Profile.scss b/frontend/src/components/css/Profile.scss index 1909612e9..022e8fa10 100644 --- a/frontend/src/components/css/Profile.scss +++ b/frontend/src/components/css/Profile.scss @@ -37,7 +37,7 @@ } .mentor-profile-heading { - margin: 0 + margin: 0; } }