Skip to content

Commit

Permalink
renew frontpage layout
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-weijie committed Jul 12, 2024
1 parent 86b357d commit b1c8690
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ a,
}
.main-content {
width: 100%;
transition: all 0.5s ease-in;
transition: all 0.5s ease;
}
.main-content.shift-right {
width: calc(100% - 50px);
Expand All @@ -532,14 +532,17 @@ a,
.home {
background-size: contain;
}
.home .content {
margin-top: 80%;
}
.home .content .text-1 {
font-size: 30px;
}
.home .content .text-2 {
font-size: 37.5px;
font-size: 36px;
}
.home .content .text-3 {
font-size: 25px;
font-size: 22px;
}

.skills .banner .slider {
Expand Down

0 comments on commit b1c8690

Please sign in to comment.