commit | c143d3ecd1306def366356c9db971c824d948cd0 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Jun 28 19:18:22 2017 +0200 |
committer | Akron <nils@diewald-online.de> | Wed Jun 28 19:18:22 2017 +0200 |
tree | 6d9fb97f7160e8a4adce6f25af01b8c7068da4f2 | |
parent | 2bd146c28c2f5f918eb32ed54db1b46fac9b01bd [diff] |
Fixed offline of invisible headline in logo to not be displayed even for very large queries Change-Id: I4f73d1acb6fca4e6098243937798b210b696d7f2
diff --git a/dev/scss/main/logos.scss b/dev/scss/main/logos.scss index c2caa70..0e68a4a 100644 --- a/dev/scss/main/logos.scss +++ b/dev/scss/main/logos.scss
@@ -12,7 +12,7 @@ position: 50% 50%; } > span { - margin-left: -3000px; + margin-left: -30000px; } } }