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