Update banner
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominic Grimm 2022-08-02 12:46:44 +02:00
parent 6a45b8b6bc
commit 93e9794ed1

View file

@ -69,10 +69,12 @@
</div> </div>
<div class="banner"> <div class="banner">
<span class="banner-pre">Powered by </span> <div class="banner-wrapper">
<a class="banner-name" href="https://dergrimm.net" target="_blank"> <span class="banner-pre">Powered by </span>
<code>Dominic Grimm &lt;dominic@dergrimm.net&gt;</code> <a class="banner-name" href="https://dergrimm.net" target="_blank">
</a> <code>Dominic Grimm &lt;dominic@dergrimm.net&gt;</code>
</a>
</div>
</div> </div>
</div> </div>
{:catch error} {:catch error}
@ -103,14 +105,19 @@
opacity: 90%; opacity: 90%;
} }
.banner-wrapper {
margin-left: 0.75%;
margin-right: 0.75%;
}
.banner-pre { .banner-pre {
// opacity: 30%; // opacity: 30%;
font-size: small; font-size: large;
} }
.banner-name { .banner-name {
// opacity: 70%; // opacity: 70%;
font-size: large; font-size: x-large;
color: blue; color: blue;
text-decoration: underline; text-decoration: underline;
} }