You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/12/10 07:02:35 UTC

[groovy-website] 04/06: Restore full iframe width when ribbon hidden

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git

commit b6471f9b1e82eb16e0128878f3ea48dc517042ba
Author: Paddy <p....@gmail.com>
AuthorDate: Sun Dec 9 13:01:09 2018 -0700

    Restore full iframe width when ribbon hidden
---
 site/src/site/assets/css/style.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/site/src/site/assets/css/style.css b/site/src/site/assets/css/style.css
index aa1cf49..af5936f 100644
--- a/site/src/site/assets/css/style.css
+++ b/site/src/site/assets/css/style.css
@@ -79,6 +79,9 @@ a.navbar-brand {
 /* specific to index.html */
 
 @media (max-width: 999px) {
+    .doc-embed {
+        width: 100% !important;
+    }
     #fork-me {
         display: none;
     }