From e5986f09bd5aecba4490cda7266ed4fbee8264b0 Mon Sep 17 00:00:00 2001 From: Tyler Miller Date: Thu, 25 Oct 2018 11:46:56 -0700 Subject: [PATCH] centered container for large screens but new styling neeed for animation --- docs/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/css/style.css b/docs/css/style.css index c36f875..f7e6238 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -218,6 +218,12 @@ h1 { } } +@media only screen and (min-height: 860px) { + .container { + margin: auto; + } +} + main p:nth-child(2) { animation-delay: calc(var(--move-in-base-delay) * 6); }