Skip to content

Commit 56d1612

Browse files
committed
Normalize kicker spacing and tighten footer column layout - PR_26152_016-footer-kicker-spacing
1 parent 377bc00 commit 56d1612

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

GameFoundryStudio/assets/css/gamefoundrystudio.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@
334334
.footer__brand {
335335
display: grid;
336336
gap: 4px;
337-
align-content: start
337+
align-content: start;
338+
justify-self: end
338339
}
339340

340341
.footer__brand span {
@@ -377,7 +378,7 @@
377378
}
378379

379380
.footer__tagline {
380-
justify-self: end;
381+
justify-self: start;
381382
white-space: nowrap
382383
}
383384

GameFoundryStudio/assets/partials/footer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<footer class="footer">
22
<div class="container footer__inner">
3-
<div class="footer__brand">
4-
<span>&copy; 2026</span>
5-
<span>Game Foundry Studio</span>
6-
</div>
3+
<div class="footer__tagline" aria-label="Game Foundry Studio motto">Build &middot; Play &middot; Share</div>
74
<nav class="footer__groups" aria-label="Footer navigation">
85
<section class="footer__group" aria-labelledby="footer-product">
96
<h2 id="footer-product">Product</h2>
@@ -60,7 +57,10 @@ <h2 id="footer-company">Company</h2>
6057
</div>
6158
</section>
6259
</nav>
63-
<div class="footer__tagline" aria-label="Game Foundry Studio motto">Build &middot; Play &middot; Share</div>
60+
<div class="footer__brand">
61+
<span>&copy; 2026</span>
62+
<span>Game Foundry Studio</span>
63+
</div>
6464
<button class="return-to-top" type="button" data-return-to-top aria-label="Return to top" title="Return to top">
6565
<span aria-hidden="true">^</span>
6666
</button>

docs/dev/reports/gamefoundrystudio_footer_spacing_validation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ Task: PR_26152_016-footer-kicker-spacing
3737
- Result: Passed.
3838
- Playwright validation confirmed the two footer brand lines stack vertically, each line remains unwrapped, and footer grouping columns remain aligned at desktop width.
3939
- Result: Passed, 8 checks.
40+
- Follow-up footer placement validation:
41+
- Static Node validation confirmed the footer partial order is motto, footer navigation, then copyright block.
42+
- Result: Passed.
43+
- Playwright validation confirmed `Build - Play - Share` sits left of Product, the copyright block sits right of Company, shared font/color treatment remains matched, and responsive footer columns are preserved.
44+
- Result: Passed, 14 checks.
4045

4146
## Skipped
4247

0 commit comments

Comments
 (0)