diff options
author | MaZderMind | 2016-12-22 10:02:47 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-22 10:02:47 +0100 |
commit | b45a2c9de7fe4b282274c979baad2df5333fbcf9 (patch) | |
tree | 643e168e19431d67e513e3d3627e34c2fb9c871f /configs/conferences/33c3 | |
parent | f688366862be536e5a704f8bbe191f3c7dcea655 (diff) |
rescale and -position video
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/33c3/main.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index c8606cc..703c8bd 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -182,14 +182,14 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra video { display: block; - width: 810px/1.5; - height: 388px/1.5; + width: 810px/2; + height: 388px/2; margin: 0; left: 50%; - margin-left: -810px/1.5/2; + margin-left: -810px/2/2; position: absolute; - bottom: 0; + bottom: -25px; } } |