From 715d5412e4b688fce579f477d2eee5f5ee1c69e1 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Thu, 24 Dec 2020 06:11:35 -0700 Subject: [PATCH] Move these links out of the way for now --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7351892..c8d3693 100644 --- a/style.css +++ b/style.css @@ -539,8 +539,8 @@ pre.stack-trace { grid: "header header header" "intro intro intro" - "links links links" "stock upload yours" + "links upload yours" / 1fr 1fr 1fr ; gap: 1em; @@ -638,6 +638,10 @@ pre.stack-trace { #splash > header h1 { font-size: 2em; } + #splash-links { + /* Put this last I guess?? */ + order: 99; + } /* No need to boost the font size here */ #splash > #splash-intro { font-size: inherit;