Skip to content

Commit

Permalink
minor bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
IndraniSom committed Mar 13, 2024
1 parent 1cc21b2 commit 051235e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions client/styles/TeamCards.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,19 @@
}
.card_img {
align-self: center;
/*transition: 0.5s ease;*/

display: flex;
align-items: center;
justify-content: center;
}

.card_img>img {
width: 5rem;
height: 5rem;

align-items: center;
justify-content: center;
border-radius: 1em;
border: 1.5mm solid #444;
/*transition: 0.5s ease;*/

outline-offset: 2mm;
outline: 1px dashed #333;
}
Expand Down
4 changes: 2 additions & 2 deletions client/styles/Upcoming.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

.cardTitle {
color: var(--fontColor);
font-size: 2em;
font-weight: bold;
font-size: 3rem;
font-weight:bolder;
margin-bottom: 1rem;

letter-spacing: 0.1em;
Expand Down
2 changes: 1 addition & 1 deletion client/styles/events/techquisitive.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
}

.articleTitle {
font-size: 3em;
font-size: 5rem;
font-weight: bold;
color: var(--fontColor);
letter-spacing: 0.1em;
Expand Down

0 comments on commit 051235e

Please sign in to comment.