fix: improve UI padding and text alignment between navbar and content#262
Open
gyanranjanpanda wants to merge 1 commit intoaboutcode-org:mainfrom
Open
fix: improve UI padding and text alignment between navbar and content#262gyanranjanpanda wants to merge 1 commit intoaboutcode-org:mainfrom
gyanranjanpanda wants to merge 1 commit intoaboutcode-org:mainfrom
Conversation
Author
7251903 to
97dfa8d
Compare
- Increased top margin in .wy-nav-content from 0px to 20px for better spacing from navbar - Increased top padding in div.rst-content from 10px to 30px for improved text visibility - Added line-height: 1.6 for better text readability on desktop - Improved mobile responsive padding from 0px to 20px with line-height: 1.5 - Ensures content is not cramped against navigation elements Fixes aboutcode-org#235 Signed-off-by: Gyan Ranjan Panda <gyanranjanpanda@gmail.com>
97dfa8d to
0f78fb7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Fixes #235
Summary
This PR addresses the UI/UX issue where the documentation had insufficient padding between the navbar and content text, making the text appear cramped and hard to read.
Changes
Testing
Screenshots
The changes provide better spacing and improved readability throughout the documentation.