From d29e8b0323de69ae0d3d70df3ef7f5bf896db1ec Mon Sep 17 00:00:00 2001 From: KartoffelChips Date: Sat, 26 Oct 2024 21:38:42 +0200 Subject: [PATCH] changed title & description --- index.html | 5 ++--- src/components/layout/Legend.scss | 6 +++--- src/components/layout/Legend.tsx | 6 ++++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index af7f17b..99d55ea 100644 --- a/index.html +++ b/index.html @@ -2,10 +2,9 @@ - - Interactive Tensei Shitara Slime Datta Ken Map - + Tensura Map + diff --git a/src/components/layout/Legend.scss b/src/components/layout/Legend.scss index da7af60..11cb60b 100644 --- a/src/components/layout/Legend.scss +++ b/src/components/layout/Legend.scss @@ -21,7 +21,7 @@ font-size: 3rem; font-weight: 800; width: fit-content; - margin-bottom: 12px; + margin-bottom: 10px; margin-top: 20px; @media (max-width: 768px) { @@ -33,7 +33,7 @@ font-size: 1.8rem; font-weight: 700; margin-bottom: 15px; - margin-top: 20px; + margin-top: 0px; color: white; width: fit-content; @@ -48,7 +48,7 @@ width: 100%; height: 1px; background-color: #d78453; - margin-bottom: 20px; + margin-bottom: 7px; } .form { diff --git a/src/components/layout/Legend.tsx b/src/components/layout/Legend.tsx index c7deb46..7ae13e2 100644 --- a/src/components/layout/Legend.tsx +++ b/src/components/layout/Legend.tsx @@ -38,10 +38,12 @@ const Legend: React.FC = ({ showCapitals, showSettlements, showPOIs return (
-

Interactive Map of the Magic Continent

+

Tensura Map

-

This is an interactive map of the world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)

+

This is an interactive map of the Magic Continent from Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime).

+ +

The data mainly comes from the Tensei Shitara Slime Datta Ken Wiki.

Filters