-
Notifications
You must be signed in to change notification settings - Fork 1
Add a template page #15
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
base: master
Are you sure you want to change the base?
Conversation
Добавляю преподавателя (@GSemikozov) для код-ревью. |
Добавляю преподавателя (@GSemikozov) для код-ревью. |
Решение было обновлено, посмотрим что скажет @GSemikozov |
Решение было обновлено, посмотрим что скажет @GSemikozov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
и еще надо бы исправить конфликт :)
text-align: center; | ||
text-transform: uppercase; | ||
color: var(--grey-3); | ||
padding-bottom: 56px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а зачем здесь паддинг и фон?) это просто текстовый элемент футера
font-weight: 400; | ||
font-size: 16px; | ||
line-height: 24px; | ||
max-width: 640px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а по середине как выравниваем?
@@ -0,0 +1,15 @@ | |||
.main { | |||
max-width: 825px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
лишнее ограничение (надо на уровне родителя задавать лэйаут)
<div class="sidebar"> | ||
<h4 class="sidebar__title">Components</h4> | ||
<ul> | ||
<li class="sidebar__text">Modal</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
это должны быть ссылки на внутренние страницы
<li class="sidebar__text sidebar__text_selected">Histogram</li> | ||
<li class="sidebar__text">Custom form elements</li> | ||
</ul> | ||
<p class="sidebar__text sidebar__text_homelink">Main page</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
и это тоже ссылка
No description provided.