style(footer): remove the redundant wordmark - #15
Merged
Conversation
.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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
` element.
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