aboutsummaryrefslogtreecommitdiff
path: root/css/layouts.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/layouts.css')
-rw-r--r--css/layouts.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/layouts.css b/css/layouts.css
index cb96025..50a78ae 100644
--- a/css/layouts.css
+++ b/css/layouts.css
@@ -133,3 +133,9 @@
.animate > span > span {
animation: move 2s linear infinite;
}
+
+.wallpaper {
+ background-size: cover;
+ background-position: center;
+ background-repeat: no-repeat;
+}