Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Bootstrap to version 5 * Use bootstrap.min.css instead of bootstrap.css (also .map versions) * Fix logo stack and break. Fix header height. Correct some containers. Fix sidebar behaviour. Remove deprecated property 'speak'. * Adapt markup of templates to work properly under Bootstrap 5.3, mostly affecting cards. Remove some CSS classes that are not needed anymore. Fix issues with hero image. * Fix bad rendering of menu at lower resolutions, before the mobile menu breakpoint (between 768 and 992 px). Add custom style to example-custom-styles.css. Fix rendering of footer. * Fix remaining issues in All pages, Hero, Cards, Gallery, Blog. Clean up a little. * Fix side nav menu order * Fix some regressions on the breakpoints of cards. Fix breakpoint of text in hero section. * Update .browserslistrc to > 0.4% * Fix bad spacing in footer (remove extra paragraph tag) * Fix hero height issue. Add small padding the navbar for better logo display. * Fix hero section failing to vertically fill the viewport. Fix alignment issues with the hero section and the sticky header. Simplify hero section js/css. Fix services template, avoiding rendering of content div if there is no content. * Fix regression with hero section and stellar.js * Fix value of `topVal` in `clickMenu` function * Fix regression on header not resizing properly * Replace old var definitions with const or let * Fix bad breakpoint and header issues. Fix vertical margins of navbar items. Fix top padding of inner page and blog. * Fix remaining issues with header and responsiveness. Fix padding on inner template on resize event.
- Loading branch information