Remove the <br> tags in 404.html (#19236)

Co-authored-by: IcarusTheFly <IcarusTheFly@users.noreply.github.com>
Co-authored-by: Lawrence <lawrence@forem.com>
Co-authored-by: Rajat Talesra <rajat@forem.com>
This commit is contained in:
Omar Ferreiro 2023-03-30 19:23:38 +02:00 committed by GitHub
parent f368a4ce7f
commit 8b6e67ff9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,16 @@
text-align: center;
max-width: 90%;
}
.tv__inner--text::before {
content: "";
display: block;
height: 18px;
}
.tv__inner--text a::before {
content: "";
display: block;
height: 26px;
}
@-webkit-keyframes fade {
0% {opacity: 1;}
@ -92,8 +102,7 @@
<div class="tv__outer">
<div class="tv__middle">
<img class="tv__inner" src="https://i.imgur.com/AdvTDlI.jpg" alt="404 not found">
<br>
<p class="tv__inner--text">This page does not exist <br><br> <a href="/">Return to Home Page</a></p>
<p class="tv__inner--text">This page does not exist<a href="/">Return to Home Page</a></p>
</div>
</div>
</div>