From 2f02e65c07b42d6999e3a2e4968fc0f09f9c520d Mon Sep 17 00:00:00 2001 From: rulingcom Date: Sun, 14 Nov 2021 03:41:10 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/layout/content.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 5e87d9d..39ea7ea 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -17,7 +17,10 @@ body{ .downIcon{ position: absolute; left: 50%; - top: 760px; + top: 775px; + @media (min-width:1026px) and (max-width:1280px){ + top: 735px; + } //bottom: 10%; z-index: 2; color: #fff;