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

show one banner per line on mobile

parent a2f80566
Branches
No related tags found
No related merge requests found
...@@ -322,24 +322,6 @@ button{ ...@@ -322,24 +322,6 @@ button{
#homeImage{ #homeImage{
float: left; float: left;
} }
@media only screen and (max-width: 600px) {
#homeImage{
float: none;
}
#content{
padding-left: 10px;
padding-right: 10px;
}
#blog{
flex-direction: column;
}
article {
margin-bottom: 10px;
margin-right: 0;
}
}
.spacer{ .spacer{
clear: both; clear: both;
...@@ -455,3 +437,29 @@ button{ ...@@ -455,3 +437,29 @@ button{
margin: 0; margin: 0;
width: 100%; width: 100%;
} }
@media only screen and (max-width: 600px) {
#homeImage{
float: none;
}
#content{
padding-left: 10px;
padding-right: 10px;
}
#blog{
flex-direction: column;
}
article {
margin-bottom: 10px;
margin-right: 0;
}
#banner a{
display: block;
}
#banner img {
max-width: none;
width: 100%;
}
}
\ No newline at end of file
...@@ -97,10 +97,12 @@ include "./internal/mysql.php"; ...@@ -97,10 +97,12 @@ include "./internal/mysql.php";
} }
?> ?>
</div> </div>
<div id="banner">
<h2>Banner</h2> <h2>Banner</h2>
<a href="https://ipv6.he.net"><img src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a> <a href="https://ipv6.he.net"><img src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a>
<a href="https://www.abuseipdb.com/user/45130"><img style="background-color: white" src="https://www.abuseipdb.com/contributor/45130.svg" style="width: 401px;"></a> <a href="https://www.abuseipdb.com/user/45130"><img style="background-color: white" src="https://www.abuseipdb.com/contributor/45130.svg" style="width: 401px;"></a>
</div> </div>
</div>
<div class="cookieinfo"> <div class="cookieinfo">
<div class="cookieinfo-close" onclick="acceptCookie()"> <div class="cookieinfo-close" onclick="acceptCookie()">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment