-
Notifications
You must be signed in to change notification settings - Fork 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
Fix cards #119
base: master
Are you sure you want to change the base?
Conversation
achikin
commented
Jul 3, 2018
•
edited
Loading
edited
- Speaker's card layout replaced with flex
- Speaker's cards are no equal height
- Page title is centered on narrow screen
- Встречи преобразованы в лист
</h5> | ||
</div> | ||
<div class="card speaker-card card-margin"> | ||
<a href={{speaker.url}}><img class="card-img-top" src="{{speaker.avatar}}" alt="{{speaker.title}}"/></a> |
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.
можно всю карточку обернуть в <a>
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.
Согласен.
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.
Так слетает автоматическое выравнивание по высоте в карточке.
Карточки спикеров хорошо получились, но во встречах теперь тяжело отследить их порядок. Они идут в три колонки каждая снизу вверх по возрастанию - не очень удобно. Может там также зафорсить размер изображения и привести все встречи к одному виду? |
@aikikode я бы вообще их списком сделал. |
@achikin давай зафорсим единый размер для всех картинок встреч - так эта страничка будет выглядеть так же ровно, как и страница спикеров. |