From a7aeaf9557ac89728e8c31c7c4daa59ad630a000 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 24 Dec 2019 18:33:13 +1000 Subject: [PATCH] bigger logo --- client/assets/styles/styles.less | 2 +- client/src/components/noise.logo.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index c3ba1e5e..36586216 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -289,7 +289,7 @@ li { } .logo { - height: 2em; + height: 4em; background-image: url("../../assets/mnml.logo.text.svg"); background-size: contain; background-repeat: no-repeat; diff --git a/client/src/components/noise.logo.jsx b/client/src/components/noise.logo.jsx index f1c68b68..2feb3916 100644 --- a/client/src/components/noise.logo.jsx +++ b/client/src/components/noise.logo.jsx @@ -17,7 +17,7 @@ class Logo extends Component { xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"> - + @@ -29,7 +29,7 @@ class Logo extends Component { this.animations.push(anime({ targets: ['#noiseFilter feTurbulence', '#noiseFilter feDisplacementMap'], baseFrequency: 1, - easing: 'easeInOutSine', + easing: 'linear', duration: () => anime.random(2000, 5000), loop: true, direction: 'alternate',