Update landing pages and fonts (#1872)

* Update landing pages and fonts.

* Update the avatar.
This commit is contained in:
Yudong Jin
2026-03-30 07:36:36 +08:00
committed by GitHub
parent d7b2277d2b
commit a2cf8a3de7
8 changed files with 27 additions and 9 deletions
+8
View File
@@ -395,6 +395,14 @@ a:hover .text-button span {
font-weight: normal;
}
.hero-div--en {
font-size: min(1.65vh, 2.3vw);
}
.hero-div--ru {
font-size: min(1.45vh, 2vw);
}
.hero-bg {
height: 100%;
width: 100%;
+9 -1
View File
@@ -375,6 +375,14 @@ a:hover .text-button span {
font-weight: normal;
}
.hero-div--en {
font-size: min(1.65vh, 2.3vw);
}
.hero-div--ru {
font-size: min(1.45vh, 2vw);
}
.hero-bg {
height: 100%;
width: 100%;
@@ -767,4 +775,4 @@ html:has(body[data-md-color-scheme="default"]) {
.md-typeset a:not(.md-button):hover,
.md-typeset a:not(.md-button):focus-visible {
text-decoration: underline;
}
}