Skip to content

Improve footer #4#22

Merged
AJaccP merged 2 commits into
mainfrom
4-improve-footer
Jul 20, 2026
Merged

Improve footer #4#22
AJaccP merged 2 commits into
mainfrom
4-improve-footer

Conversation

@geobza

@geobza geobza commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@geobza geobza linked an issue Jul 17, 2026 that may be closed by this pull request
8 tasks
@geobza geobza self-assigned this Jul 17, 2026

@AJaccP AJaccP left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes mostly look good, left a couple of minor comments for fixes before merging!

Comment thread src/components/Footer.astro Outdated
<div class="bg-accent/80 h-0.5 w-full"></div>
<div class="site-container py-6">Carleton Computer Science Society</div>
<div
class="mx-auto flex max-w-5xl flex-col items-center gap-2 px-4 py-4 sm:flex-row sm:justify-between"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mx-auto max-w-5xl px-4 classes instead of site-container make the footer content unaligned with the main and header content on desktop. Looking at the preview, I think just having site-container handle the spacing would look cleaner, so please remove the 3 classes I pointed out at the beginning and replace with just site-container

To verify this is actually right, the text on the left and right should be aligned with the header's left and right bits and the width of the main content on desktop width.

Comment thread src/components/Footer.astro Outdated
href="https://ccss.carleton.ca"
target="_blank"
rel="noopener"
class="hover:text-accent underline-offset-2 hover:underline"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now the hover behaviour is inconsistent between this and the Github link (this one underlines, the Github links doesn't). Please make them consistent by removing the underline here so it just turns red on hover (consistent with other links on the site as well)

@AJaccP
AJaccP merged commit 04a08a1 into main Jul 20, 2026
1 check passed
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.

Improve footer

2 participants