Skip to content
Snippets Groups Projects
Commit 4068151f authored by Jonas Leder's avatar Jonas Leder
Browse files

show one banner per line on mobile

parent 5ce3e2b3
No related branches found
No related tags found
No related merge requests found
......@@ -462,4 +462,8 @@ button{
width: 100%;
}
#newestPost{
display: none;
}
}
\ No newline at end of file
......@@ -9,7 +9,7 @@ include "../internal/mysql.php";
<a href="/bildquellen.html">Bildquellen</a><br>
<a href="/impressum.php">Impressum</a><br>
</div>
<div>
<div id="newestPost">
<h3>Neueste Beitr&auml;ge:</h3>
<?php
$result = $conn->query("SELECT * FROM posts order by id desc limit $footerMaxPost");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment