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

'commit' #580

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

'commit' #580

wants to merge 2 commits into from

Conversation

ViPiven
Copy link

@ViPiven ViPiven commented Mar 25, 2021

Copy link

@varseniuk varseniuk left a comment

Choose a reason for hiding this comment

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

Good! But let's make it little better

src/index.html Outdated
Comment on lines 5 to 6
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

Choose a reason for hiding this comment

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

Suggested change
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>

src/index.html Outdated
Comment on lines 18 to 20
<img src="images/logo.png"
alt="Moyo-logo"
>

Choose a reason for hiding this comment

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

Suggested change
<img src="images/logo.png"
alt="Moyo-logo"
>
<img src="images/logo.png" alt="Moyo-logo">

src/index.html Outdated
Comment on lines 34 to 37
<a href="#"
class="nav__item"
data-qa="hover"
>

Choose a reason for hiding this comment

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

Suggested change
<a href="#"
class="nav__item"
data-qa="hover"
>
<a
href="#"
class="nav__item"
data-qa="hover"
>

src/style.css Outdated
Comment on lines 57 to 60
.nav__link:last-child,
.nav__link:last-child .nav__item {
margin-right: 0;
}

Choose a reason for hiding this comment

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

Suggested change
.nav__link:last-child,
.nav__link:last-child .nav__item {
margin-right: 0;
}
.nav__link:last-child {
margin-right: 0;
}

src/style.css Outdated
Comment on lines 74 to 76
.nav__item.is-active {
color: #00acdc;
}

Choose a reason for hiding this comment

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

Suggested change
.nav__item.is-active {
color: #00acdc;
}
.nav__item.is-active,
.nav__item:hover {
color: #00acdc;
}

Don't repeat yourself

src/style.css Outdated
}

.nav__item.is-active:after {
opacity: 1;

Choose a reason for hiding this comment

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

why do you need this?

@ViPiven ViPiven mentioned this pull request Mar 29, 2021
Copy link
Author

@ViPiven ViPiven left a comment

Choose a reason for hiding this comment

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

Good! But let's make it little better

I fixed all mistakes, check pls

Copy link

@varseniuk varseniuk left a comment

Choose a reason for hiding this comment

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

Great 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