Page MenuHomePhabricator

Migrate footer to flexbox
ClosedPublic

Authored by jasonbcox on Sep 8 2020, 17:20.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCWEB321046c8f35d: Migrate footer to flexbox
Summary

This patch removes Bootstrap classes from the footer in favor of flexbox.

Flexbox gives us more fine-tuned control of the layout (compared with Bootstrap's grid system) and usually
results in a simpler DOM. This will allow us to fix varying instances of overlapping nav elements and
mis-sized containers throughout the site.

This is a good place to start for the flexbox migration since the footer is pretty well self-contained.

Test Plan

make serve
Navigate around and make sure nothing is broken.

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable