From d8522676b57b0ed9fedfcb3734fe1f3c4a7647c7 Mon Sep 17 00:00:00 2001 From: krahets Date: Mon, 22 Jan 2024 23:36:00 +0800 Subject: [PATCH] deploy --- en/sitemap.xml.gz | Bin 476 -> 476 bytes en/stylesheets/extra.css | 12 +++++++----- sitemap.xml.gz | Bin 999 -> 999 bytes stylesheets/extra.css | 12 +++++++----- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/en/sitemap.xml.gz b/en/sitemap.xml.gz index 86aa1a213358f468ac99f51b31cb9578bc7723a6..6c4f58dabe7465b7a66c6fc25346ab16aa2bd22a 100644 GIT binary patch delta 15 Wcmcb^e21A$zMF&NZ`Ve)Ym5LaV+E7| delta 15 Wcmcb^e21A$zMF%?wqqmPHAVm@*#y!6 diff --git a/en/stylesheets/extra.css b/en/stylesheets/extra.css index f9cb2dc17..2a0f786a3 100644 --- a/en/stylesheets/extra.css +++ b/en/stylesheets/extra.css @@ -274,10 +274,12 @@ body { margin: 0; position: absolute; transform: translateX(-50%) translateY(-50%); + white-space: nowrap; /* prevent line breaks */ } a:hover .hero-on-hover { - filter: brightness(1.15) saturate(1.1) drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.2)); + filter: brightness(1.15) saturate(1.1) + drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.2)); transform: scale(1.03); } @@ -314,7 +316,7 @@ a:hover .hero-caption { } .intro-text { - flex-grow: 1; /* 允许元素填充剩余空间 */ + flex-grow: 1; /* fill the space */ display: flex; flex-direction: column; justify-content: center; @@ -349,7 +351,7 @@ a:hover .hero-caption { } .profile-cell { - flex: 1; /* 每个单元格均分空间 */ + flex: 1; /* even distribution */ flex-basis: 15%; margin: 1em 0.5em; text-align: center; @@ -381,7 +383,7 @@ a:hover .hero-caption { } .intro-container { - flex-direction: column; /* 竖向布局 */ + flex-direction: column; } .intro-text { @@ -396,7 +398,7 @@ a:hover .hero-caption { } .intro-image { - width: 100%; /* 占满屏幕宽度 */ + width: 100%; order: 1; margin-bottom: 1em; } diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 88496db96c057ca3422288938433e8d08485815d..3bf69fce98e6f8f5b87321125bd6a7998a30f22f 100644 GIT binary patch delta 15 WcmaFP{+yjnzMF&Nd)G#`hs*#i^98v8 delta 15 WcmaFP{+yjnzMF%?ykjHVLuLReX$1EG diff --git a/stylesheets/extra.css b/stylesheets/extra.css index f9cb2dc17..2a0f786a3 100644 --- a/stylesheets/extra.css +++ b/stylesheets/extra.css @@ -274,10 +274,12 @@ body { margin: 0; position: absolute; transform: translateX(-50%) translateY(-50%); + white-space: nowrap; /* prevent line breaks */ } a:hover .hero-on-hover { - filter: brightness(1.15) saturate(1.1) drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.2)); + filter: brightness(1.15) saturate(1.1) + drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.2)); transform: scale(1.03); } @@ -314,7 +316,7 @@ a:hover .hero-caption { } .intro-text { - flex-grow: 1; /* 允许元素填充剩余空间 */ + flex-grow: 1; /* fill the space */ display: flex; flex-direction: column; justify-content: center; @@ -349,7 +351,7 @@ a:hover .hero-caption { } .profile-cell { - flex: 1; /* 每个单元格均分空间 */ + flex: 1; /* even distribution */ flex-basis: 15%; margin: 1em 0.5em; text-align: center; @@ -381,7 +383,7 @@ a:hover .hero-caption { } .intro-container { - flex-direction: column; /* 竖向布局 */ + flex-direction: column; } .intro-text { @@ -396,7 +398,7 @@ a:hover .hero-caption { } .intro-image { - width: 100%; /* 占满屏幕宽度 */ + width: 100%; order: 1; margin-bottom: 1em; }