This commit is contained in:
Mateusz Gruszczyński
2026-07-20 20:27:05 +02:00
parent 48c92dc382
commit 15ee0ad993
22 changed files with 377 additions and 188 deletions
+1
View File
@@ -59,5 +59,6 @@
</section>
</div>
</main>
<footer class="site-footer">Author: <a href="https://linuxiarz.pl" rel="author noopener">@linuxiarz.pl</a></footer>
</body>
</html>
+9
View File
@@ -239,3 +239,12 @@ dialog::backdrop { background: rgba(4,6,9,.82); }
.public-content { min-height: 240px; padding: 32px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.public-content img { cursor: zoom-in; }
@media (max-width: 600px) { .public-document { padding-top: 32px; } .public-content { padding: 20px; } }
/* Layout safeguards and home footer */
.app-header__main, .document-heading { min-width: 0; }
.document-url { overflow-wrap: anywhere; }
.site-footer { width: min(1040px, calc(100% - 32px)); margin: -36px auto 28px; color: var(--muted-2); font-size: .76rem; text-align: center; }
.site-footer a { color: var(--muted); text-decoration: none; }
.site-footer a:hover { color: white; }
@media (max-width: 760px) { .site-footer { width: min(100% - 24px, 560px); margin-top: -20px; } }