Skip to content

Commit

Permalink
Increased padding and font sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkskaushalya committed May 14, 2024
1 parent d6b201b commit d178654
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit d178654

Please sign in to comment.