From d69490ae266a005ef08e6161ae1da3d6193b6e4f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 17 Dec 2019 10:43:42 -0500 Subject: [PATCH] Fix positioning of news items --- gorge.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gorge.css b/gorge.css index 83edace..d63db90 100644 --- a/gorge.css +++ b/gorge.css @@ -501,7 +501,7 @@ div::-webkit-scrollbar-corner { pointer-events: none; text-align: center; position: fixed; - top: 50vw; + top: 90vh; left: 50vw; transform-origin: 0% 0%; animation: news-text-frames 10s cubic-bezier(0.68, -0.55, 0.265, 1.55);