Skip to content
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

Develop #2653

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Develop #2653

wants to merge 10 commits into from

Conversation

kgGugala
Copy link

@kgGugala kgGugala commented Apr 15, 2024

Copy link

@yevhenii-pyl yevhenii-pyl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem is fixed so let's move forward 💪
You are doing a great job, can't wait for us to finish with this project and proceed to React learning path :)

@kgGugala kgGugala requested a review from yevhenii-pyl May 19, 2024 18:53
Copy link

@yevhenii-pyl yevhenii-pyl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gh

There is no gh-pages branch. Don't forget to deploy your work.

@kgGugala kgGugala requested a review from yevhenii-pyl May 20, 2024 15:57
.navigation {
display: flex;
align-items: center;
padding: 24px 0 0;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably set this property as padding-top for the header.

As a general rule, the parent container should be responsible for positioning it's children. Not a mistake here, but a possibility for cleaner approach.


@include for-tablet {
grid-column: 1 / 7;
padding-bottom: 40px;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, it would make sense to position nav and title using grid-row property, but also not a mistake here, just a possible second approach.


@include for-desktop {
grid-column: 1 / 5 ;
margin-top: 120px;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd create a separate container for this title && paragraph block to ease the positioning.

Copy link

@yevhenii-pyl yevhenii-pyl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really solid work! Appreciate the amount of effort you put here. 🥇

Some things may be done just a bit cleaner, but they are minor. Other than that, your code is clean and readable. Good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants