Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/parallax.less')
-rw-r--r--src/parallax.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parallax.less b/src/parallax.less
index 69dfe1f..e353fd4 100644
--- a/src/parallax.less
+++ b/src/parallax.less
@@ -13,7 +13,7 @@
.parallax-content {
height: auto;
- .shadow-variant(20px);
+ .shadow-variant(1rem);
transform: perspective(@parallax-perspective);
transform-style: preserve-3d;
transition: all .4s ease;