-
Notifications
You must be signed in to change notification settings - Fork 11.4k
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
Blog Page Navigation Breaks Widens Mobile Layout #2841
Comments
I am neither front-end developer nor designer but I find following adjustments which fixes the until 320px width without breaking main logic.
.pagination-lg .page-link {
padding: .75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
} |
You can add these css properties in _sass/_base.scss, since it is loaded after mdb and bootstrap here al-folio/_includes/head.liquid Line 68 in b7ee266
it will override these values. If this works fine, can you send a PR for this? |
I tested on my Github page and it worked correctly. Then, copied here. Issue: Blog page navigation extends layout of the page in small screens. Fixes: alshedivat#2841
Have you checked that your issue isn't already filed?
Bug description
Blog page navigation breaks widens mobile layout as it does not fit in.
How to reproduce the bug
Error messages and logs
What operating system are you using?
Not applicable (e.g. you're using GitHub Pages or other hosting)
Where are you seeing the problem on?
Deployed site
More info
blog-page-navigation-issue.mp4
The text was updated successfully, but these errors were encountered: