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

Сборник правок 5 #22

Open
8 of 9 tasks
pepelsbey opened this issue Feb 20, 2018 · 3 comments
Open
8 of 9 tasks

Сборник правок 5 #22

pepelsbey opened this issue Feb 20, 2018 · 3 comments
Assignees

Comments

@pepelsbey
Copy link

pepelsbey commented Feb 20, 2018

  • Порядок следования шрифтов всегда должен быть от новых к старым, иначе будуз загружаться неправильные:
@font-face {
  src: url("../fonts/gotham-pro.woff") format("woff"),
      url("../fonts/gotham-pro.woff2") format("woff2");
}

Грубая ошибка :( Поправил.

  • Почнить форму подписки в IE11

image

  • Починить горизонтальную прокрутку в IE11 и Edge

image

  • Починить сжатие картинок в галерее в IE11

image

  • Откернить иконки соцсетей

image

  • Добавить <link rel=preload> для WOFF2-шрифтов, см. сайт WSD

  • Добавить на страницы результатов оплаты руки, сейчас их просто нет: есть классы page-payment--bg-success и page-payment--bg-lose но для них нет ни картинок, ни стилей.

  • Убрать из кода двойные пробелы-разделители между классами.

  • Починить простой подвал на страницах платежей на малой ширине

image

@tsergeytovarov
Copy link
Contributor

Я не нашёл ни одного двойного пробела между классами

@tsergeytovarov
Copy link
Contributor

@pepelsbey починил всё кроме IE, это позже немного

@pepelsbey
Copy link
Author

@tsergeytovarov пробелы я сам убрал уже.

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

No branches or pull requests

2 participants