diff options
Diffstat (limited to 'sass/css/yaroslavps.scss')
-rw-r--r-- | sass/css/yaroslavps.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index 1d9db88..444f270 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -11,10 +11,11 @@ html, body { padding: 0; width: 100%; min-height: 100vh; + font-size: 14px; background-color: #000; background-image: url("/img/snowfall.gif"); - font-size: 14px; - /*background-size: 25%;*/ + background-attachment: fixed; + //background-size: 300px; } ul, |