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

Moyo Header #115

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

Moyo Header #115

wants to merge 2 commits into from

Conversation

usernameluke
Copy link

Copy link

@Anastasiia-Svintsova Anastasiia-Svintsova left a comment

Choose a reason for hiding this comment

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

  • Do you really need all these fonts? You use only the medium one. You can use google fonts instead, by the way
    image

src/index.html Outdated
Comment on lines 47 to 48
href="#laptops">
Laptops & computers

Choose a reason for hiding this comment

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

Suggested change
href="#laptops">
Laptops & computers
href="#laptops"
>
Laptops & computers

src/index.html Outdated
</a>
</li>

<li class="item" >

Choose a reason for hiding this comment

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

Suggested change
<li class="item" >
<li class="item">

src/style.css Outdated
padding: 0;
}

header {

Choose a reason for hiding this comment

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

Use classes instead
image

Copy link
Author

Choose a reason for hiding this comment

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

Hey, I know this is gonna sound stupid, but I'm struggling to figure out which class to assign these to... Could you point me in the right direction? Cheers

Copy link
Author

Choose a reason for hiding this comment

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

Actually, I think I've figured it out. Sorry!

src/style.css Outdated
padding: 0;
}

.item + .item {

Choose a reason for hiding this comment

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

Don't increase selectors' specificity unless completely necessary. You can use nth-child instead

src/style.css Outdated
}

.logo {
padding-top: 2px;

Choose a reason for hiding this comment

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

Seems that it's redundant. Just align the logo to the center

Copy link

@witflash witflash left a comment

Choose a reason for hiding this comment

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

Hi!
Check all unresolved comments here https://github.com/mate-academy/layout_moyo-header-en/pull/115/files.

Make fixes, commit, push, and then request review again.
If you have any questions, feel free to ask them in Slack.

Copy link
Author

@usernameluke usernameluke left a comment

Choose a reason for hiding this comment

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

Hey, I hope this is right now!

src/style.css Outdated
padding: 0;
}

header {
Copy link
Author

Choose a reason for hiding this comment

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

Hey, I know this is gonna sound stupid, but I'm struggling to figure out which class to assign these to... Could you point me in the right direction? Cheers

src/style.css Outdated
padding: 0;
}

header {
Copy link
Author

Choose a reason for hiding this comment

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

Actually, I think I've figured it out. Sorry!

Copy link

@maxim2310 maxim2310 left a comment

Choose a reason for hiding this comment

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

Good work keep going

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.

4 participants