remove hr used for style

This commit is contained in:
Mylloon 2022-10-08 16:09:27 +02:00
parent bc4ead2ff8
commit 80c4622359
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 7 deletions

View file

@ -117,11 +117,7 @@ main {
}
footer {
margin: 5vw;
opacity: 0.8;
letter-spacing: 0.2rem;
}
footer > hr {
visibility: hidden;
margin: 2rem auto;
}

View file

@ -11,7 +11,7 @@
<body>
<header class="text-center">
<h1 class="text-title">Sand</h1>
<h1 class="text-title">{{ name }}</h1>
</header>
<main>
@ -31,7 +31,6 @@
</main>
<footer class="text-center">
<hr />
<p>NPNO</p>
</footer>
</body>