Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bootstrap to version 5 #26

Merged
merged 24 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4a84395
Update Bootstrap to version 5
conradolandia Dec 22, 2023
6d6def3
Use bootstrap.min.css instead of bootstrap.css (also .map versions)
conradolandia Dec 26, 2023
aa21857
Fix remaining pre-commit fails
conradolandia Dec 26, 2023
1daf26d
Fix logo stack and break. Fix header height. Correct some containers.…
conradolandia Jan 19, 2024
22e74a0
Adapt markup of templates to work properly under Bootstrap 5.3, mostl…
conradolandia Jan 22, 2024
4be55b3
Fix bad rendering of menu at lower resolutions, before the mobile men…
conradolandia Jan 30, 2024
fff597a
Fix remaining issues in All pages, Hero, Cards, Gallery, Blog. Cleane…
conradolandia Feb 6, 2024
052d195
Fix side nav menu order
conradolandia Feb 6, 2024
7d2c7ba
Fix some regressions on the breakpoints of cards. Fix breakpoint of t…
conradolandia Feb 6, 2024
35dc339
Update .browserslistrc to > 0.4%
conradolandia Feb 6, 2024
778c513
Fix bad spacing in footer (remove extra paragraph tag)
conradolandia Feb 6, 2024
214d256
Fix regression in footer
conradolandia Feb 6, 2024
fbe2ae8
Fix (again) regression in footer
conradolandia Feb 6, 2024
db88e7c
Fix hero height issue. Add small padding the navbar for better logo d…
conradolandia Feb 7, 2024
481a02f
Restore removed comment <!-- jQuery -->
conradolandia Feb 7, 2024
ac6ffbf
Fix hero section failing to vertically fill the viewport. Fix alignme…
conradolandia Feb 8, 2024
129e44b
Fix regression with hero section and stellar.js
conradolandia Feb 9, 2024
9709ffc
Fix value of `topVal` in `clickMenu` function
conradolandia Feb 9, 2024
4bfb171
Fix regression on heaader not resizing properly
conradolandia Feb 10, 2024
aafced8
Fix the last fix because I got it all wrong
conradolandia Feb 10, 2024
de5b5be
Replace old var definitions with const or let
conradolandia Feb 10, 2024
2cd521f
Fix bad breakpoint and header issues. Fix vertical margins of navbar …
conradolandia Feb 14, 2024
8921f31
Fix remaining issues with header and responsiveness, fix padding on i…
conradolandia Feb 14, 2024
a2c476f
Change style of function
conradolandia Feb 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Browsers that we support

>0.25%
>0.4%
last 3 versions
defaults
not Android < 5
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default_language_version:

default_stages: [commit]

exclude: '\.min\.(css|js)$|jquery\.stellar\.js$|icomoon\.css$|magnific-popup\.css$|^example-site/themes/lektor-icon$'
exclude: '\.min\.(css|js)(\.map)?$|jquery\.stellar\.js$|icomoon\.css$|magnific-popup\.css$|^example-site/themes/lektor-icon$'


repos:
Expand Down
6 changes: 6 additions & 0 deletions assets/static/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/static/css/bootstrap.min.css.map

Large diffs are not rendered by default.

Loading
Loading