Skip to content

Commit

Permalink
Merge pull request #28 from Yiyis/refresh
Browse files Browse the repository at this point in the history
enlarge names
  • Loading branch information
Yiyis authored Oct 28, 2024
2 parents 2aeeb49 + d6e1931 commit 0f7e7d1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ h2 {
}

.square {
font-size: 10em;
font-size: 20em;
font-weight: 500;
-webkit-animation-duration: 1s;
animation-duration: 1s;
Expand Down Expand Up @@ -414,7 +414,12 @@ h2 {
transform: translate(-100%);
transition: transform 1s ease-in-out;
}

/*------------For tablet------------*/
@media only screen and (max-width: 1024px) {
.square {
font-size: 10em;
}
}
/*------------For mobile phones------------*/
@media only screen and (max-width: 620px) {
.wrapper,
Expand Down

0 comments on commit 0f7e7d1

Please sign in to comment.