diff --git a/src/layouts/index.html b/src/layouts/index.html index e23b0d4..67d5c8b 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -11,23 +11,14 @@ background-size: cover !important; } - @media only screen and (max-width: 576px) { + @media only screen and (max-width: 992px) { .hero{ background-image: none !important; - } } - .stats-top{ - background-image: url("/Images/gen-art/orange-pattern.jpg") !important; - background-attachment: fixed; - background-position: center; - background-repeat: repeat; - background-size: contain; - } - code{ color:white; font-size: 14px; @@ -60,7 +51,7 @@
-
+

Invisible yet powerful

Upgrade to Tea - the revolutionary, cross-platform package manager. Say goodbye to slow & clunky, and say hello to fast & smooth updates. From the creator of Brew.

Introducing tea, the cross-platform package manager of the future. Say goodbye to slow package managers. With tea, simply type commands and it takes care of the rest. Get the latest version easily and support specific tool versions for different projects. Encoding dependencies in the README makes it readable by humans and tea, providing easier access for users. Experience better package management with tea.

@@ -133,8 +124,6 @@ @@ -577,26 +201,26 @@
-

THIS ISN’T A PACKAGE MANAGER. TEA IS A UNIFIED PACKAGING INFRASTRUCTURE.

+

THIS ISN’T A PACKAGE MANAGER. TEA IS A UNIFIED PACKAGING INFRASTRUCTURE.

-

NO. OF REPOS

-

56,987

+

NO. OF REPOS

+

56,987

-

NO. OF MAINTAINERS

-

56,987

+

NO. OF MAINTAINERS

+

56,987

-

STAR COUNT

-

56,987

+

STAR COUNT

+

56,987

-

CURRENT RELEASE

-

56,987

+

CURRENT RELEASE

+

56,987

diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index db5a4cd..f8454ab 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -12,8 +12,12 @@ padding: 8.371vw 4.5vw; } - .hero{ - height: 100vh; + @media only screen and (min-width: 992px) { + + .hero{ + height: 100vh; + } + } /* Brand Colors */ @@ -289,24 +293,10 @@ mark{ @media only screen and (max-width: 576px) { - .hero-section{ - background-image: url("/Images/mobile-grid.svg"); - background-attachment: scroll; - background-position: top; - background-repeat: repeat; - background-size: cover; - padding-top: 7vw; - } - .hero-float{ float: none !important; } - .impact-section{ - padding-top: 20vw; - padding-bottom: 20vw; - } - .package-before-section{ padding: 4vw !important; }