From 62c85f4aaf517bfb0ac1eb240c3ee97f1525764d Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 28 Sep 2022 20:27:09 -0400 Subject: [PATCH] Added additional grid element, modified details btn on mobile --- src/layouts/index.html | 3 +++ src/static/css/buttons.css | 2 +- src/static/css/homepage.css | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 80f7ead..25ab6de 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -214,14 +214,17 @@

PACKAGES AVAILABLE

5,103,789

+ grid

AUTHENTICATED DEVS

500,000

+ grid

OS CONTRIBUTIONS

500,000

+ grid diff --git a/src/static/css/buttons.css b/src/static/css/buttons.css index 3ab270d..de50ff0 100644 --- a/src/static/css/buttons.css +++ b/src/static/css/buttons.css @@ -434,7 +434,7 @@ font-family: "pp-neue-machina", sans-serif; font-size: 3vw; background-color: #1a1a1a; - border: .5px solid #ffffff; + border: 1px solid #ffffff !important; color: #fff; padding-top: 0.279vw; text-decoration: none; diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index d2ca48d..3008e79 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -382,17 +382,19 @@ hr{ position: relative; float:none !important; margin-top: 0px !important; - margin-bottom: 4vw !important; + margin-bottom: 0vw !important; z-index:2; } .stat-head{ font-size: 3vw; + text-align: center; } .stat-number{ font-family: "pp-neue-machina", sans-serif; font-size: 14vw; + text-align: center; margin-top: -2.232vw; margin-bottom: -2.232vw; }