Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean du Plessis <jduplessis@gitlab.com>2020-08-31 17:16:54 +0300
committerJean du Plessis <jduplessis@gitlab.com>2020-08-31 17:16:54 +0300
commitd0e9c2abb20ba267329124a37d19af2664f6c52d (patch)
tree79fb8e392fc559d0ef961a0b5f577cf7d876a114
parent535a16b732a15007caaf894911da4952d0c25209 (diff)
parentd4d834c5270f83784cbd8ad7169e3c40440aafcf (diff)
Merge branch 'videostyleproposal' into 'master'
Attempt at making video smaller See merge request gitlab-org/gitlab-docs!840
-rw-r--r--content/assets/stylesheets/stylesheet.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 6f551ccf..8893156a 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -840,10 +840,10 @@ a.global-nav-link {
// Embedded video
.video-container {
+ width: 560px;
+ height: 315px;
position: relative;
- padding-bottom: 56.25%;
padding-top: 0;
- height: 0;
margin: 20px 0;
box-shadow: 5px 5px 10px $gds-gray-300;