summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/website.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/website.css b/css/website.css
index 6ff0919..a218cdf 100644
--- a/css/website.css
+++ b/css/website.css
@@ -177,14 +177,14 @@ and (max-device-width: 900px)
/* animation */
@keyframes reveal2 {
- from { opacity: 0; }
+ from { opacity: 0.1; }
to { opacity: 1; }
}
.anim1,body {
opacity: 0;
- animation-delay: 0s;
animation: reveal2 .5s forwards;
+ animation-delay: 0s;
}
.anim2,.content {