Skip to content

Commit

Permalink
index bg text style update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefkn committed Sep 20, 2024
1 parent 467bcc7 commit ad9711f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ import RecentPosts from "../components/RecentPosts.astro";
}
.big-text-container {
position: absolute;
top: -6rem;
top: -18rem;
width: 100%;
height: 100%;
overflow: hidden;
Expand All @@ -154,13 +154,13 @@ import RecentPosts from "../components/RecentPosts.astro";
#big-text {
letter-spacing: 8px;
font-weight: 500;
color: #3448ff;
color: #0800ff;
}
#big-text-2 {
letter-spacing: 64px;
margin: 11rem 0rem 0rem 2rem;
letter-spacing: -29px;
margin: 8rem 0rem 0rem -2rem;
font-weight: 400;
font-size: 38rem;
font-size: 42rem;
font-style: italic;
}
</style>

0 comments on commit ad9711f

Please sign in to comment.