aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-09-29 01:32:40 +0100
committerGravatar Joe Banks <[email protected]>2020-09-29 01:32:40 +0100
commit172ebd931bb507c8e280f96ab564b624678cdb61 (patch)
tree50bc15dc1cc7f16d76bb3e3556dca638257b0adb
parentScale the page slightly when loading new pages (diff)
Alter scale percentage
-rw-r--r--src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.tsx b/src/App.tsx
index 361ea0d..1f1acdb 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -41,7 +41,7 @@ body {
.fade-enter,
.fade-exit-active {
opacity: 0;
- transform: scale(0.9);
+ transform: scale(0.8);
}
.fade-enter-active {