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

Fix responsive issue in home page "Our Projects" section #1641

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Increased padding and font sizes.
  • Loading branch information
mkskaushalya committed May 14, 2024
commit d178654bd403955e4f90b4ccc9f3f373b0d447a7
12 changes: 6 additions & 6 deletions scholarx/past-programs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
padding: 0 !important;
display: flex;
flex-direction: column;
padding: 10px !important;
gap: 5px;
padding: 15px !important;
gap: 10px;

}

.scholarx-card-deck .scholarx-card .card-body .card-title{
font-size: 1.1rem;
font-size: 1.3rem;
font-weight: 600;
color: #333;
margin-bottom: 0;
}

.scholarx-card-deck .scholarx-card .card-body .card-text{
font-size: 0.8rem;
font-size: 0.9rem;
color: #666;
margin-bottom: 0;
}
Expand All @@ -59,11 +59,11 @@
}

.scholarx-card-deck .scholarx-card .card-body .card-title{
font-size: 1rem;
font-size: 1.2rem;
}

.scholarx-card-deck .scholarx-card .card-body .card-text{
font-size: 0.7rem;
font-size: 0.85rem;
}
}

Expand Down
Loading