Skip to content

Commit

Permalink
make about text normal and about url bold
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed May 2, 2024
1 parent 6ce5662 commit c44edfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/app/views/home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const Home = () => {
href="https://wics.ics.uci.edu/"
target="_blank"
rel="noopener noreferrer"
className="about-url"
>
WICS
</a>{" "}
Expand All @@ -61,6 +62,7 @@ const Home = () => {
href="https://hack.ics.uci.edu/"
target="_blank"
rel="noopener noreferrer"
className="about-url"
>
Hack at UCI
</a>
Expand Down
6 changes: 5 additions & 1 deletion src/app/views/home/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,16 @@ body {
}
}

.about-url {
font-weight: 700;
}

#about-text-container {
width: 60vw;
max-width: 1500px;
color: $darkPurple;
font-family: "Varela", sans-serif;
font-weight: 700;
font-weight: 500;

@media screen and (max-width: $break-medium) {
width: 80vw;
Expand Down

0 comments on commit c44edfb

Please sign in to comment.