Skip to content

Commit

Permalink
Update team.module.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
mathclub-ucdavis authored Aug 3, 2024
1 parent 0470fa4 commit f9f2301
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/styles/pages/team.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,23 @@
border-radius: 15px;
background-color: var(--secondary);

h2, p {
h2, p, c { /* Include c here */
padding-top: 8px;
text-align: center;
}

.c {
font-style: italic;
text-align: center;
h2 {
/* Specific styles for h2 if needed */
}

p {
/* Specific styles for p if needed */
}

c {
font-style: italic; /* Make text cursive */
font-size: 1.25rem; /* Set the font size to be the same as h2 */
font-weight: normal; /* Default weight for c, adjust as needed */
}
}

Expand Down Expand Up @@ -64,7 +73,7 @@
p {
font-size: 0.8rem;
}
.c {
c {
font-size: 1.25rem; /* Ensure the same size as h2 */
font-weight: bold; /* Make text bold */
}
Expand Down

0 comments on commit f9f2301

Please sign in to comment.