changed title & description
This commit is contained in:
+2
-3
@@ -2,10 +2,9 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg"/>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<title>Interactive Tensei Shitara Slime Datta Ken Map</title>
|
<title>Tensura Map</title>
|
||||||
<meta name="description" content="Interactive map of the central world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)">
|
<meta name="description" content="This is an interactive map of the Magic Continent from Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime).">
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="/img/favicon/favicon-48x48.png" sizes="48x48" />
|
<link rel="icon" type="image/png" href="/img/favicon/favicon-48x48.png" sizes="48x48" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/img/favicon/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/img/favicon/favicon.svg" />
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
margin-top: 20px;
|
margin-top: 0px;
|
||||||
color: white;
|
color: white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background-color: #d78453;
|
background-color: #d78453;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
|
|||||||
@@ -38,10 +38,12 @@ const Legend: React.FC<LegendProps> = ({ showCapitals, showSettlements, showPOIs
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="legend">
|
<div className="legend">
|
||||||
<h1>Interactive Map of the Magic Continent</h1>
|
<h1>Tensura Map</h1>
|
||||||
<div className="border"></div>
|
<div className="border"></div>
|
||||||
|
|
||||||
<p>This is an interactive map of the world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)</p>
|
<p>This is an interactive map of the Magic Continent from Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime).</p>
|
||||||
|
|
||||||
|
<p style={{marginTop: "0px"}}>The data mainly comes from the <a href={"https://tensura.fandom.com/wiki/Home"} target={"_blank"} rel={"noreferrer noopener"}>Tensei Shitara Slime Datta Ken Wiki</a>.</p>
|
||||||
|
|
||||||
<h2>Filters</h2>
|
<h2>Filters</h2>
|
||||||
<div className="form">
|
<div className="form">
|
||||||
|
|||||||
Reference in New Issue
Block a user