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:
parent
f368a4ce7f
commit
8b6e67ff9b
1 changed files with 11 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue