From 47540b611041ff8338e6fee104b3c46cc9007c07 Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Thu, 8 Sep 2016 14:06:01 -0700 Subject: [PATCH] Remove unused breaking styles --- app/1.0/start/index.html | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app/1.0/start/index.html b/app/1.0/start/index.html index 25ca591823..643d657fd8 100644 --- a/app/1.0/start/index.html +++ b/app/1.0/start/index.html @@ -16,38 +16,12 @@ min-width: 60%; } - .iframe-wrapper { - position: relative; - height: auto; - overflow: hidden; - /** - * There's a "responsive iframe" hack that adds a bottom badding of 56.25% - * to get the right aspect ratio for the video. However, because of the - * flexbox, this would end up too tall and add extra black borders which we - * don't need; decreasing the padding fixes that. - */ - padding-bottom: 33%; - } - - iframe { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } - @media (max-width: 1000px) { .example-code { width: 100%; margin-bottom: 40px; } - .iframe-wrapper { - /* use the correct aspect ratio for the video */ - padding-bottom: 56.25%; - } - /* The devguide has a left nav, which means we need to rejigger * the media breakpoints to account for that. */ section {