summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/assets/background-mobile.jpgbin0 -> 49397 bytes
-rw-r--r--content/assets/site.css12
2 files changed, 12 insertions, 0 deletions
diff --git a/content/assets/background-mobile.jpg b/content/assets/background-mobile.jpg
new file mode 100644
index 0000000..1e201fe
--- /dev/null
+++ b/content/assets/background-mobile.jpg
Binary files differ
diff --git a/content/assets/site.css b/content/assets/site.css
index dc3f276..517e288 100644
--- a/content/assets/site.css
+++ b/content/assets/site.css
@@ -4,6 +4,18 @@ html {
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
+ background-color: rgba(0, 0, 0, 0.5);
+}
+
+@media (max-width: 768px) {
+ html {
+ background: url(background-mobile.jpg) no-repeat center center fixed;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ background-size: cover;
+ background-color: rgba(0, 0, 0, 0.5);
+ }
}
.container {