aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/welcome.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/welcome.scss')
-rw-r--r--src/styles/welcome.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss
index 3f90964a6..4e0080efa 100644
--- a/src/styles/welcome.scss
+++ b/src/styles/welcome.scss
@@ -122,7 +122,9 @@
122 margin: 0 10px 15px; 122 margin: 0 10px 15px;
123 height: 35px; 123 height: 35px;
124 @media (prefers-reduced-motion: no-preference) { 124 @media (prefers-reduced-motion: no-preference) {
125 transition: 0.5s filter, 0.5s opacity; 125 transition:
126 0.5s filter,
127 0.5s opacity;
126 } 128 }
127 width: 35px; 129 width: 35px;
128 130