diff options
Diffstat (limited to 'content/assets/site.css')
| -rw-r--r-- | content/assets/site.css | 12 |
1 files changed, 12 insertions, 0 deletions
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 { |
