Skip to content

Commit

Permalink
alumni title font size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlewis9 committed Nov 27, 2024
1 parent 4a6d690 commit eba8c5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/for-students-alumni/Alumni.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.alumni-title {
padding: 0px 0px 2vw 0px;
font-size: 3vw;
font-size: 4vw;
text-align: center;
}

Expand All @@ -25,6 +25,12 @@
}
}

@media (min-width: 1440px) {
.alumni-title {
font-size: 52px;
}
}

@media (max-width: 360px) {
.alumni-title {
font-size: 14px;
Expand Down

0 comments on commit eba8c5a

Please sign in to comment.