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 { footer {
margin: 5vw;
opacity: 0.8; opacity: 0.8;
letter-spacing: 0.2rem; letter-spacing: 0.2rem;
} }
footer > hr {
visibility: hidden;
margin: 2rem auto;
}

View file

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