mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
feat: Add disclaimer to footer
This commit is contained in:
parent
c8ce92d0d4
commit
07c2c9018e
2 changed files with 17 additions and 0 deletions
|
@ -74,6 +74,7 @@ nav a:hover, nav .active a {
|
|||
width: 70vw;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -270,4 +271,14 @@ h2 {
|
|||
|
||||
.results-list tbody tr:nth-child(odd) {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#disclaimer p {
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#disclaimer a, #disclaimer a:visited {
|
||||
color: grey;
|
||||
}
|
|
@ -42,5 +42,11 @@
|
|||
}
|
||||
?>
|
||||
</div>
|
||||
<div id="disclaimer">
|
||||
<p>
|
||||
This is not an official Minecraft website. We are not associated with Mojang or Microsoft.<br>
|
||||
Minecraft content and materials on this site are trademarks and copyrights of <a href="https://www.minecraft.net/">Mojang Studios</a>.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue