diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-12-23 00:46:57 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-12-23 00:46:57 +0100 |
commit | 721c3531aac9332fac29d0cd731f33a33c918b3b (patch) | |
tree | 2f0f7fcb5113ccc94d6cb7357564211390c63f9f | |
parent | c77d6e009120355ddf304d7fa7f820110b994afe (diff) |
Place branding at bottom more firmly: needed for Replicant browser.
-rw-r--r-- | local.scss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ h1 { .branding { z-index: -1; position: fixed; + bottom: 0; // full height isn't enough on Replicant browser height: 100%; width: 100%; background-color: transparent; |