Skip to content

Commit

Permalink
feat: change button fount size
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-vm committed Mar 12, 2024
1 parent 389a813 commit 2c11a28
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/components/Home/Session1/TitleGroup/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ div#button-container > button {
width: 32%;
height: 16%;

font-size: 2vw;
font-size: 28px;
font-weight: 500;
margin-right: 36px;
}
Expand Down Expand Up @@ -80,7 +80,10 @@ div#button-container > button {
margin-bottom: 24px;
margin-top: 8px;
}


div#button-container > button {
font-size: 26px;
}
}

@media only screen and (max-width: 1144px) {
Expand All @@ -102,4 +105,8 @@ div#button-container > button {
margin-bottom: 24px;
margin-top: 0;
}

div#button-container > button {
font-size: 18px;
}
}

0 comments on commit 2c11a28

Please sign in to comment.