Fix crappy top notice that looks terrible on mobile
This commit is contained in:
@@ -2,23 +2,6 @@ body, html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body:before {
|
||||
background: #e40000;
|
||||
border-bottom: 1px solid #c90000;
|
||||
box-shadow: inset 0 1px 0 #fc0000;
|
||||
color: #fff;
|
||||
content: "WARNING: This search engine is still work-in-progress! Expect less than perfect search results!";
|
||||
display: block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
z-index: 1000000;
|
||||
}
|
||||
|
||||
article p img {
|
||||
display: block;
|
||||
margin-top: 0.5rem;
|
||||
|
||||
@@ -74,6 +74,13 @@
|
||||
</nav>
|
||||
<main class="container">
|
||||
{{template "content" . }}
|
||||
<div class="container-fluid">
|
||||
<small>
|
||||
This search engine is a <i>work in progress</i>
|
||||
Please contact <a href="/support">Support</a>
|
||||
if you have any questions, concerns or feedback!
|
||||
</small>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="container">
|
||||
<div class="footer-copyright">
|
||||
|
||||
Reference in New Issue
Block a user