From b453416dff0b2d35584d10c75043a58f4ef3a1bc Mon Sep 17 00:00:00 2001 From: gzbender Date: Thu, 13 Dec 2018 21:06:49 +0500 Subject: [PATCH] LIL-714 --- project/templates/blocks/video.html | 2 +- web/src/sass/_common.sass | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/project/templates/blocks/video.html b/project/templates/blocks/video.html index 7ede34fd..c0eebf5a 100644 --- a/project/templates/blocks/video.html +++ b/project/templates/blocks/video.html @@ -1,7 +1,7 @@
Пробный урок
- Смотреть бесплатно diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index ac68c313..eb59a291 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -2417,8 +2417,9 @@ a.grey-link z-index: 10 position: relative box-shadow: 0 10px 100px rgba(0,0,0,0.20) - width: 640px - height: 360px + width: 100% + height: auto + cursor: pointer .head display: flex