Skip to content

Commit b96f51c

Browse files
ManaiakalaniCopilot
andcommitted
fix: Center footer text in GeoCities mode
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d5994cd commit b96f51c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

geocities.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ html[data-geocities="true"] .social-icons a:hover {
250250
html[data-geocities="true"] .footer-text {
251251
color: var(--gc-text);
252252
animation: gc-blink 1s step-end infinite;
253+
text-align: center;
254+
text-align-last: center;
255+
display: block;
256+
width: 100%;
253257
}
254258

255259
/* ---------- Theme Toggle Buttons ---------- */

0 commit comments

Comments
 (0)