From 83132f6a9b35ebe9c7beae25236db627e8422d47 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sun, 26 Apr 2020 09:48:54 -0700 Subject: [PATCH] no more discord access for just anyone ;( --- index.html | 2 +- styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8b963cf8..75e62186 100644 --- a/index.html +++ b/index.html @@ -262,7 +262,7 @@ The Proxy Factory
- If you'd like to delve deeper into making custom Magic: The Gathering cards, check out The Proxy Factory! They're a community full of individuals interested in creating custom cards, and are very welcoming to new members. Take a look at their Reddit, or join their Discord. Happy proxying! + If you'd like to delve deeper into making custom Magic: The Gathering cards, check out The Proxy Factory! They're a community full of individuals interested in creating custom cards, and are very welcoming to new members. Take a look at their Reddit, and happy proxying!
diff --git a/styles.css b/styles.css index 27e9ab35..7bb4998d 100644 --- a/styles.css +++ b/styles.css @@ -284,10 +284,10 @@ input[type='checkbox'], select, option, input[type='file'], button { animation: fade-in 2s; } .layer.revealedLayer.slideFromLeft > div { - animation: slide-from-left 1.5s; + animation: slide-from-left 1s; } .layer.revealedLayer.slideFromRight > div { - animation: slide-from-right 1.5s; + animation: slide-from-right 1s; }