-
Notifications
You must be signed in to change notification settings - Fork 138
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
Use margin instead of the padding for sections #1582
base: master
Are you sure you want to change the base?
Use margin instead of the padding for sections #1582
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the following instead of updating all the files @YoshithaRathnayake,
Line 17184 in ba03a8b
padding-top: 4rem; |
Line 17185 in ba03a8b
padding-bottom: 4rem; |
How about now @anjula-sack ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert the other changes @YoshithaRathnayake
@anjula-sack how about now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YoshithaRathnayake the only file that needs to be updated is assets/css/argon.css
How about now? @anjula-sack |
I have fixed some spacing issues also @anjula-sack |
@Piumal1999 can you review this too? |
Purpose
The purpose of this PR is to fix #1485
Goals
Using margin instead of the padding for sections
Approach
Replace the margin for paddings
Screenshots
Before
After
Preview Link
https://pr-1582-sef-site.surge.sh/
Checklist
Related PRs
Learning