Skip to content

Commit

Permalink
Merge pull request #1608 from gtech-mulearn/old-dev
Browse files Browse the repository at this point in the history
Old dev
  • Loading branch information
viraka committed Aug 3, 2024
2 parents ff077cd + 79a57c3 commit cd51049
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/Pages/Wadhwani/Wadhwani.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@
.tv_story_container {
width: 100%;
display: flex;
justify-content: space-between;
justify-content: center;
flex-wrap: wrap;
gap: 2rem;
}

.tv_story {
display: flex;
flex-direction: column;
justify-content: end;
box-shadow: 1px 1px 45px -5px rgb(0 0 0 / 8%);
-webkit-box-shadow: 1px 1px 45px -5px rgb(0 0 0 / 8%);
}
.header .tv_texts {
display: flex;
flex-direction: column;
}

@media only screen and (max-width: 1350px) {
Expand All @@ -48,7 +51,7 @@

@media only screen and (max-width: 1180px) {
.tv_story_container {
justify-content: space-around;
justify-content: center;
}

.header .tv_texts p:nth-child(1) {
Expand Down
1 change: 1 addition & 0 deletions src/Pages/Wadhwani/Wadhwani2.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
/* rounded-md */
border: none;
cursor: pointer;
width: fit-content;
}

p {
Expand Down

0 comments on commit cd51049

Please sign in to comment.