Skip to content

style(footer): remove the redundant wordmark - #15

Merged
jigarkhwar merged 1 commit into
mainfrom
style/remove-footer-wordmark
Aug 4, 2026
Merged

style(footer): remove the redundant wordmark#15
jigarkhwar merged 1 commit into
mainfrom
style/remove-footer-wordmark

Conversation

@jigarkhwar

Copy link
Copy Markdown
Contributor

What changed

Removes the giant "Galaxio" wordmark from the footer entirely (follow-up to #14, which toned it down before this feedback landed: it wasn't the size or the dot, the whole element was unnecessary).

`.footer-about`, right below where the wordmark sat, already restates the brand (mark icon + "Galaxio Team"), and the name is stated again in the topbar above the fold — the wordmark was a large block of vertical space repeating something already said twice.

Cleanup

  • Drop the `

    ` element.

  • Remove the now-unused `.footer-wordmark` / `.footer-wordmark em` CSS.
  • Remove `.footer-grid`'s own `border-top`/`padding-top` — they existed only to separate the grid from the wordmark above it. Now that the grid is ``'s first child, `footer`'s own top padding (`clamp(64px, 7vw, 100px)`) is enough; keeping the extra border would have left a second, redundant rule line right under `footer`'s existing one.

Verification

Checked via the accessibility tree: `

` now starts directly with "Galaxio Team", and `.footer-grid` carries no border/padding of its own. `astro build` passes.

🤖 Generated with Claude Code

.footer-about already restates the brand right below where the giant
'Galaxio' wordmark sat (brand mark + 'Galaxio Team'), and the name is
already stated in the topbar above it too — the wordmark added a large
block of vertical space without saying anything new.

Drop the <h2>, its now-unused .footer-wordmark/.footer-wordmark em
rules, and .footer-grid's own border-top/padding-top (which existed
only to separate the grid from the wordmark above it — footer's own
top padding is enough now that the grid is footer's first child).

Verified via the accessibility tree: <footer> now starts directly with
'Galaxio Team', and .footer-grid carries no border/padding of its own
(footer's own 1px border-top is the only rule line). astro build
passes.
@jigarkhwar
jigarkhwar merged commit d6b0bbc into main Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant