header fix
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/75619126 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/75619126 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/75619126 Branch: refs/heads/gh-pages Commit: 75619126a234b2b14d0c264dc66498838b1d1912 Parents: 2b51a7f Author: Elliot Berry <[email protected]> Authored: Wed May 27 17:12:12 2015 -0400 Committer: Elliot Berry <[email protected]> Committed: Wed May 27 17:12:12 2015 -0400 ---------------------------------------------------------------------- _sass/_site-responsive.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/75619126/_sass/_site-responsive.scss ---------------------------------------------------------------------- diff --git a/_sass/_site-responsive.scss b/_sass/_site-responsive.scss index 1a32308..cc0d432 100644 --- a/_sass/_site-responsive.scss +++ b/_sass/_site-responsive.scss @@ -162,6 +162,21 @@ div.int_search { width: 100%; } + + /* Fixing header slider height/width relative issues */ + #header .scroller .item { + height: auto !important; + } + #header { + height: auto !important; + } + #header .scroller, #header .scroller .item, #header .scroller .item div.headlines.tc { + max-width: 100% !important; + } + div#video-slider { + float: none !important; + margin: 60px auto 40px auto; + } } @media (max-width: 570px) {
