fixed loading screen tip not being aligned

This commit is contained in:
2025-01-19 17:54:35 +01:00
parent 4c8f23ceba
commit 9f5f88e1af
4 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<img class="toyImg" src="/assets/boykisserLicenseEmpty.png">
<div class="toyTextContainer">
<h1>Boykisser license generator</h1>
<p>Automatically generates a "Boykissser license" for you. Free of charge and very silly.</p>
<p class="desc">Automatically generates a "Boykissser license" for you. Free of charge and very silly.</p>
</div>
</button>
</li>
+1 -1
View File
@@ -25,7 +25,7 @@ h1 {
margin: 0%;
margin-bottom: calc(1px * var(--pxDensity));
}
p {
.desc {
font-size: 1.3rem;
margin: 0%;
}