Improved the layout and styling of sections to ensure better visual
consistency and maintainability. Commented out unused CSS variables to
prevent potential conflicts and improve clarity.
- Commented out CSS variable definitions for primary, secondary,
tertiary, and text colors to prevent unintended style overrides.
- Added `position: relative` to section elements to facilitate absolute
positioning of child elements.
- Removed top margin for the second child elements of various types
within sections to ensure consistent spacing.
- Positioned `bc-footer` elements absolutely at 80px from the bottom of
sections to maintain a consistent footer placement.
- Eliminated bottom margin for the last child elements within
`bc-footer` to ensure a clean and uniform footer appearance.
Signed-off-by: Glenn Y. Rolland <glenux@glenux.net>
Improved the readability of the generated CSS files by expanding their
style format. This change aids in debugging and maintenance by providing
a clearer view of the CSS structure.
* Added `--style=expanded` option to the `npx sass` command in the
Makefile
* Ensures that the generated CSS is more human-readable, facilitating
easier troubleshooting and updates
Signed-off-by: Glenn Y. Rolland <glenux@glenux.net>