Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old dev #1608

Merged
merged 2 commits into from
Aug 3, 2024
Merged

Old dev #1608

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading