remove hr used for style
This commit is contained in:
parent
bc4ead2ff8
commit
80c4622359
2 changed files with 2 additions and 7 deletions
|
@ -117,11 +117,7 @@ main {
|
|||
}
|
||||
|
||||
footer {
|
||||
margin: 5vw;
|
||||
opacity: 0.8;
|
||||
letter-spacing: 0.2rem;
|
||||
}
|
||||
|
||||
footer > hr {
|
||||
visibility: hidden;
|
||||
margin: 2rem auto;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue