Skip to content

Commit

Permalink
Merge pull request #1670 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Dev Server
  • Loading branch information
aswanthabam authored Nov 5, 2024
2 parents 96b473c + f1a7bc0 commit 5e64809
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@
display: block;
padding: 20px;
}
.learningCircleLandingPage .middleContainer {
display: flex;
justify-content: space-between;
width: 100%;
}

@media (width<1060px) {
.learningCircleLandingPageDesc h1 {
font-size: 1.65rem;
Expand Down Expand Up @@ -216,6 +222,16 @@
font-size: 0.65rem;
margin-right: 0.5rem;
}
.learningCircleLandingPage .learningCircleLandingPageButton {
flex-direction: column;
justify-content: center;
align-items: center;
}
.learningCircleLandingPage .middleContainer {
justify-content: center;
flex-direction: column-reverse;
gap: 10px;
}
}

@media (width<350px) {
Expand Down Expand Up @@ -279,6 +295,7 @@
align-items: center;
font-size: 18px;
color: #6e6e6e;
text-align: left;
gap: 6px;
}

Expand Down Expand Up @@ -368,4 +385,7 @@
.card {
width: 100%;
}
.location {
font-size: 15px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ const LearningCircleLanding = () => {
</div>
</div>
<div
style={{
width: "100%",
display: "flex",
justifyContent: "space-between"
}}
className={styles.middleContainer}
>
<SelectTab
Expand Down

0 comments on commit 5e64809

Please sign in to comment.