Skip to content

Commit

Permalink
fix(css): change section title font size
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Feb 8, 2025
1 parent 7f83431 commit 4ffd70d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sass/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ a.zola-anchor {
}

.section-title {
font-size: 45px;
font-size: 34px;
position: absolute;
bottom: 50px;
overflow-wrap: anywhere;
Expand Down Expand Up @@ -594,7 +594,7 @@ a.zola-anchor {
position: relative;
left: auto;
bottom: auto;
font-size: 40px;
font-size: 32px;
filter: drop-shadow(0 1px 3px);
}
.tags > li {
Expand Down Expand Up @@ -853,12 +853,6 @@ a.zola-anchor {
}
}

@media screen and (max-height: 605px) {
.post-title-section .section-title {
font-size: 45px;
}
}

@media screen and (max-width: 960px) {
#homepage {
.block-left,
Expand Down Expand Up @@ -919,11 +913,11 @@ a.zola-anchor {
display: none;
}
.section-title {
font-size: 40px;
font-size: 30px;
}
}
.section-title {
font-size: 42px;
font-size: 32px;
}
.block-right {
.content {
Expand All @@ -941,6 +935,12 @@ a.zola-anchor {
}
}

@media screen and (max-height: 400px) {
.post-title-section .section-title {
font-size: 28px;
}
}

@media (prefers-color-scheme: dark) {
.about-info {
h1,
Expand Down

0 comments on commit 4ffd70d

Please sign in to comment.