Made design system ui mobile responsive #82
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[WIP] [Bug] Mobile responsibility UI issue
Fixes
reduced font size of h1 tag to 2.6 rem on larger devices and 1.6rem on smaller devices
Gave padding of 1rem on the left and right side to almost all elements
Added a :root configuration were i mentioned box -sizing to border box at the top of vocabulary.css so that the padding and margin given to element remain restricted to the element and won't cause any abnormalities in the ui
Adjusted styling of a.more gave it a margin of 1rem
Added new style class body span and gave it a padding of 1rem
Adjusting the styling of article.Related post ul >li they were causing footer to shrink more as the were not wrapping when screen sized reduces Made a griid template column appropriate to the size of window for them so they can adjust with the screen size
Removed the width of 100% on h2, .posts .post h2, .posts .post h3 they were causing overflow on the body shrinking other elements
.blog-index main article.posts.featured > ul li:nth-child(1), .blog-index main .posts.featured ul li:nth-of-type(1) article.post
on these class I Commented padding for device below the width of 705px because it was causing overflow on blog index index page
on .person-page main > header h1 I Added padding of 1rem to it
default-page.html
#68 by @SisiVeroDescription
Recent changes improved the page's responsiveness by adjusting the font size of h1 for different screen sizes, adding consistent padding, and applying global box-sizing. The layout was enhanced by modifying related post styling to prevent footer shrinking, removing width settings on certain headers to avoid overflow, and addressing padding inconsistencies for smaller screens.
This PR fixes
Checklist
Update index.md
).main
ormaster
).visible errors.
Developer Certificate of Origin
For the purposes of this DCO, "license" is equivalent to "license or public domain dedication," and "open source license" is equivalent to "open content license or public domain dedication."
Developer Certificate of Origin