diff --git a/src/layouts/index.html b/src/layouts/index.html index 03e833d..cdb73f3 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -244,8 +244,8 @@
- Binance Logo - Galaxy Eco Logo + +
diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index c9b08e8..edba404 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -401,6 +401,19 @@ hr{ padding: 4vw !important; } + .partner-logo{ + padding: 0px !important; + } + + #binance-logo{ + width: 50% !important; + margin-bottom: 5vw !important; + } + + #galaxy-eco-labs{ + width: 90% !important; + } + .footer{ padding: 4vw !important; }