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

chore: all the requirements are ok #4834

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

Conversation

Evgen-Krasnenkov
Copy link

No description provided.

Copy link

@anastasiiavorobiova anastasiiavorobiova left a comment

Choose a reason for hiding this comment

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

Great work! Almost done!

src/index.html Outdated
<link
rel="stylesheet"
href="./style.css"
/>
</head>
<body>
<h1>Moyo header</h1>
<header class="header">
<div class="container">

Choose a reason for hiding this comment

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

Suggested change
<div class="container">

Copy link
Author

Choose a reason for hiding this comment

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

I have these line in my commit. when is a QA call to ask questions?

src/style.css Outdated

.header {
width: 100%;
max-width: 1920px;

Choose a reason for hiding this comment

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

Suggested change
max-width: 1920px;
padding: 0 50px;
display: flex;
justify-content: space-between;
align-items: center;

src/style.css Outdated
Comment on lines 20 to 27
.container {
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1200px;
}

Choose a reason for hiding this comment

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

Suggested change
.container {
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1200px;
}

Copy link
Author

Choose a reason for hiding this comment

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

is it for .header or .container suggestion?

@@ -1,3 +1,78 @@
body {
* {
margin: 0;

Choose a reason for hiding this comment

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

Suggested change
margin: 0;
margin: 0;
box-sizing: border-box;

src/style.css Outdated
Comment on lines 34 to 36
.nav {
margin-right: 50px;
}

Choose a reason for hiding this comment

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

Suggested change
.nav {
margin-right: 50px;
}

Copy link
Author

Choose a reason for hiding this comment

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

I don't see any change

@Evgen-Krasnenkov
Copy link
Author

image
After suggetion Tests fail all 8.

@Evgen-Krasnenkov
Copy link
Author

@anastasiiavorobiova I can see tests are ok on GitHub but locally all the tests fail

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