Skip to content

Commit

Permalink
Update intro.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Sep 19, 2024
1 parent a8be668 commit d2a909a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/intro.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ g{
font-size: 40px;
}
.content-wrap{
margin-top: 20%;
margin-top: 17%;
text-align: center;
cursor: pointer;
transition: transform 1s ease;
Expand Down Expand Up @@ -91,7 +91,7 @@ g{
@media screen and ( max-width: 767px ){

.content-wrap{
margin-top: 100%;
margin-top: 95%;
}
.wrapper > h1{
margin-top: 80%;
Expand Down

0 comments on commit d2a909a

Please sign in to comment.