diff --git a/src/pages/interviewRounds/StepsDescreption.module.scss b/src/pages/interviewRounds/StepsDescreption.module.scss index 6df8079..b043f06 100644 --- a/src/pages/interviewRounds/StepsDescreption.module.scss +++ b/src/pages/interviewRounds/StepsDescreption.module.scss @@ -1,12 +1,11 @@ .stepDescription { - height: 74vh; + height: 78vh; display: flex; flex-direction: column; align-items: center; - justify-content: space-between; + justify-content: space-evenly; width: 100vw; background-color: white; - padding-top: 1.5rem; .header { display: flex; @@ -60,6 +59,7 @@ animation: fadeInAnimation ease 0.2s; animation-iteration-count: 1; animation-fill-mode: forwards; + } } @@ -67,6 +67,7 @@ ion-icon { color: var(--primary-button-color); width: 1.5rem; height: 1.5rem; + } ion-button { @@ -75,6 +76,7 @@ ion-button { font-weight: 500; font-size: 1.6rem; font-family: 'Poppins', sans-serif !important; + margin: 0 !important; }