diff options
-rw-r--r-- | branding.mdwn | 1 | ||||
-rw-r--r-- | local.scss | 8 |
2 files changed, 7 insertions, 2 deletions
diff --git a/branding.mdwn b/branding.mdwn new file mode 100644 index 0000000..0519ecb --- /dev/null +++ b/branding.mdwn @@ -0,0 +1 @@ +
\ No newline at end of file @@ -8,11 +8,15 @@ h1 { font-size: 2.75em; } -body { +.branding { + z-index: -1; + position: fixed; + bottom: 0; // full height isn't enough on Replicant browser + height: 100%; + width: 100%; background-color: transparent; background-image: url("sr_logo.png"); background-repeat: no-repeat; - background-attachment: fixed; background-position: right bottom; } |