Fix text 'darknet' jittering on small devices
All checks were successful
buildbot/nix-eval Build done.
check / test (push) Successful in 14s
deploy / test (push) Successful in 15s

This commit is contained in:
Luis Hebendanz 2024-05-31 15:40:46 +02:00
parent 0ca52e8adc
commit 1c99e0a7c5
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,15 @@
@import url(extneral.css);
.hacker-effect {
color: #0f0;
}
@media screen and (max-width: 480px) {
.hacker-effect {
color: #0f0;
display:block;
}
}
.top-header {
background-color: #2C2C2C;

View File

@ -15,7 +15,7 @@
<meta property="og:title" content="Clan - Build your own Darknet" />
<meta property="og:description" content="Peer-to-Peer self-hosting made easy for developers. Deploy your computers everywhere, with the same configuration and data." />
<meta property="og:image" content="static/dark-favicon/128x128.png" />
<meta property="og:image" content="https://clan.lol/static/dark-favicon/128x128.png" />
<meta property="og:url" content="https://docs.clan.lol" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Clan" />
@ -37,7 +37,9 @@
<!-- Header -->
<div id="header">
<img src="static/logo/clan-white.png" alt="Clan White" id="clan-logo">
<h1>Build your own <span data-value="Darknet " style="color: #0f0;">TDERKAN </span></h1>
<h1>Build your own
<span data-value="DARKNET" class="hacker-effect">TDERKAN</span>
</h1>
</div>
<!-- Main -->