Skip to content

Commit

Permalink
tune title
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 14, 2024
1 parent 4d8b6ab commit 0d3f741
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pages/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,25 @@

.hc-title-main {
color: rgb(0, 0, 0);
line-height: 30px;
font-weight: bold;
font-size: 96px;
text-align: center;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: 96px;
margin-bottom: 32px;
padding-bottom: 32px;
font-size: 96px;
line-height: 96px;
/* font-size: calc(3px + 5vw); */
@media screen and (max-width: 960px) {
font-size: 8vw;
line-height: 6rem;
}
@media screen and (max-width: 400px) {
font-size: 8vw;
line-height: 2.5rem;
}
}

.hc-subtitle-main {
Expand Down

0 comments on commit 0d3f741

Please sign in to comment.