style(website): place footer-ram at top of footer and adjust vertical margins

This commit is contained in:
KoalaDev
2026-07-12 06:55:32 +02:00
parent 6f8bc40023
commit 3ce64b8c41
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1289,14 +1289,13 @@ html.theme-light .footer-ram {
.footer-copyright {
font-size: 0.85rem;
margin-bottom: 0.8rem;
margin-bottom: 1.5rem;
color: var(--text);
}
.footer-disclaimer {
font-size: 0.72rem;
margin-top: 1.2rem;
margin-bottom: 0.8rem;
max-width: 650px;
margin-left: auto;
margin-right: auto;
+1 -1
View File
@@ -1547,8 +1547,8 @@
<footer>
<div class="container">
<p class="footer-ram">{{FOOTER_RAM}}</p>
<p class="footer-copyright">&copy; 2026 KoalaSync. {{FOOTER_MIT}}</p>
<p class="footer-disclaimer">{{FOOTER_DISCLAIMER}}</p>
<p class="footer-copyright">&copy; 2026 KoalaSync. {{FOOTER_MIT}}</p>
<div class="footer-links">
<a href="{{ASSET_PATH}}{{FOOTER_LEGAL_LINK}}"><span>{{FOOTER_LEGAL}}</span></a>
<a href="{{ASSET_PATH}}{{FOOTER_PRIVACY_LINK}}"><span>{{FOOTER_PRIVACY}}</span></a>