From 982b82ed6f2bcc4c7d080c8d7636d37178d04bf3 Mon Sep 17 00:00:00 2001 From: Arttu Kuikka <75498768+ArttuKuikka@users.noreply.github.com> Date: Wed, 19 Jul 2023 23:07:16 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20"l=C3=A4pp=C3=A4ri=20n=C3=A4ytt=C3=B6?= =?UTF-8?q?=20fix"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 860cb97c15e1ac63b8d6f3ba4175e3441a2334af. --- Views/IG/Index.cshtml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Views/IG/Index.cshtml b/Views/IG/Index.cshtml index d105650..83d3483 100644 --- a/Views/IG/Index.cshtml +++ b/Views/IG/Index.cshtml @@ -21,7 +21,7 @@ .viikkotxt { position: fixed; - top: -50px; + top: -20px; left: 10px; z-index: 3; font-size: 12em; @@ -31,7 +31,7 @@ .viikkonpaivattxt { position: fixed; - top: 30px; + top: 60px; left: 220px; z-index: 3; font-size: 1.8em; @@ -41,7 +41,7 @@ .ruokatekstit { position: fixed; - top: 145px; + top: 175px; left: 380px; z-index: 4; font-size: 3.2em; @@ -56,27 +56,27 @@ } .maanantai { - top: 100px; + top: 130px; left: 385px; } .tiistai { - top: 240px; + top: 300px; left: 385px; } .keskiviikko { - top: 440px; + top: 470px; left: 385px; } .torstai { - top: 630px; + top: 660px; left: 385px; } .perjantai { - top: 830px; + top: 860px; left: 385px; }