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; }