From 68f151a3dc8bdd2b9422915523d88ce86c45d17c Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Fri, 14 Mar 2025 12:33:58 +0000 Subject: Add arabic to scrolling title --- html/assets/style.css | 2 +- html/index.html | 1 + templates/front_page.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/html/assets/style.css b/html/assets/style.css index 8d04ef9..01b21e3 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -439,7 +439,7 @@ ul.animated-name li.animated-name } to { - transform: translateY(-83.2%); + transform: translateY(-85.7%); } } diff --git a/html/index.html b/html/index.html index 47efe59..40324fc 100644 --- a/html/index.html +++ b/html/index.html @@ -33,6 +33,7 @@
  • Lucas
  • 卢卡斯
  • Λούκας
  • +
  • لوكاس
  • Lukáš
  • ルーカス
  • Lucas
  • diff --git a/templates/front_page.html b/templates/front_page.html index faa286f..3b863c2 100644 --- a/templates/front_page.html +++ b/templates/front_page.html @@ -5,6 +5,7 @@
  • Lucas
  • 卢卡斯
  • Λούκας
  • +
  • لوكاس
  • Lukáš
  • ルーカス
  • Lucas
  • -- cgit v1.2.3