Fix Footer Issue On Medium Viewports#1692
Merged
Merged
Conversation
jonahtanjz
reviewed
Dec 16, 2021
Contributor
There was a problem hiding this comment.
Nice work @kaixin-hc 👍
Generally looks good. I've tried it out and it seems to have fixed the issue.
I believe only one of the expected test files needs to be updated. The rest of the changes in the other test files can be stashed as they are not relevant to the PR.
| footer { | ||
| margin-left: 60px; | ||
| } | ||
| } |
Contributor
There was a problem hiding this comment.
Only the changes in this file need to be committed as modifying the css file, packages/core/template/default/stylesheets/main.css, will only affect this test file.
Contributor
Author
There was a problem hiding this comment.
Thanks for checking this for me! I've reverted and pushed changes to just that file.
This reverts commit 4cfade7.
Contributor
Contributor
Author
|
Sorry, for the wait, I've removed it! |
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.

What is the purpose of this pull request?
Fixes #1634
Overview of changes:
Remove the margin-left of the footer in the default CSS template.
Anything you'd like to highlight / discuss:
Testing instructions:
Run
markdown initand resize the viewport; there should be no left margin for the footer at any point.Proposed commit message: (wrap lines at 72 characters)
Checklist: ☑️