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;