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:
authorYan Zhu <picturepan2@hotmail.com>2017-08-15 11:06:33 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-08-15 11:06:33 +0300
commita8ba146553cdbe25c782aea323a8f7df0ad664f0 (patch)
treee5383338e34ed9fcefa1fdafdb91346cf0e5d82f /src/parallax.less
parent38962f94d497a40435862d187f30b04f2b68205d (diff)
IMPORTANT: Change back to rem unit, and default html font size is 20px.
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;