fix: alignment of the documentation page#422
Conversation
|
The |
update docs.css fix minor prob
|
I think instead of doing this we should remove the extra side padding for smaller screens. If we make the padding under .docs 1% and remove the extra padding for "user manual" and "components" under Camel Core for smaller screens, we should be fine. |
Taking your opinion into account, removing padding does create extra spacing however the border-bottom isn't the best option as it tends to go out of the frame and I need to make use of the word-break for preventing the link overflowing out of the frame. |
|
This looks good to me, @aashnajena or @Delawen any other issues you see? |
|
LGTM |
|
Good! 👍 |
|
Thanks! |
The responsiveness for the documentation page wasn't taken into complete account for the smaller screen width. Hence, this PR resolves it.
BEFORE
AFTER