Manchester| 26-ITP-Jan | Ofonime Edak| Sprint 1| wireframe#1176
Open
Ofonimeedak wants to merge 2 commits intoCodeYourFuture:mainfrom
Open
Manchester| 26-ITP-Jan | Ofonime Edak| Sprint 1| wireframe#1176Ofonimeedak wants to merge 2 commits intoCodeYourFuture:mainfrom
Ofonimeedak wants to merge 2 commits intoCodeYourFuture:mainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cjyuan
reviewed
Feb 14, 2026
Contributor
cjyuan
left a comment
There was a problem hiding this comment.
- Can you center the page content? On large screen display, currently the content on the page is left-aligned and part of the page is cut off on the left.
-
According to https://validator.w3.org/, there are errors in your code. Can you fix them?
-
Currently ,the footer content and the article content could overlap. Can you prevent this from happening?
- To better match the layout in the wireframe, can you align the left/right border of article 1 with the left border of article 2 and right border of article 3 respectively? Currently they are not quite aligned.
Comment on lines
+36
to
+46
| main{ | ||
| display: flex; | ||
| flex-direction: column; | ||
| gap: 15px; | ||
| align-items: center; | ||
| justify-content: center; | ||
| height: auto; | ||
| width: 95vw; | ||
|
|
||
|
|
||
| } |
Contributor
There was a problem hiding this comment.
Can you improve the indentation of the CSS code in this file?
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.

Self checklist
Changelist
Briefly explain your PR
This PR contains refactored HTML and CSS files, with the right semantic tag for each section of the code.
This PR also demonstrates a basic understanding of interpreting wireframes into code.