fix images/css for low resolution

pull/6/head
qvqc 4 years ago
parent 076103220d
commit 21f84b7ca4

@ -15,14 +15,17 @@
</a> </a>
<br> <br>
<br> <br>
<div class="webring">
<a href="https://www.reddit.com/r/Wownero/"> <a href="https://www.reddit.com/r/Wownero/">
<img src="/webring.png" height="120"> <img src="/webring.png">
</a> </a>
</div>
</center> </center>
<div class="rightbottom"> <div class="rightbottom">
<a href="https://github.com/wownero/"> <a href="https://github.com/wownero/">
<img src="/hypnotoad.gif" height="73"> <img src="/hypnotoad.gif">
</a> </a>
</div> </div>

@ -13,6 +13,10 @@ pre {
} }
img {
max-width: 100%;
height: auto;
}
.main-centered { .main-centered {
margin-left: auto; margin-left: auto;
@ -139,11 +143,26 @@ a {
.github-link { .github-link {
display: none; display: none;
} }
div.rightbottom {
right: 2px;
bottom: 1px;
position: fixed;
visibility: hidden;
clear: both;
display: none;
width: 150px;
}
} }
div.rightbottom { div.rightbottom {
right: 2px; right: 2px;
bottom: 1px; bottom: 1px;
position: fixed; position: fixed;
width: 150px;
}
div.webring {
width: 200px;
} }
Loading…
Cancel
Save