diff --git a/src/layouts/index.html b/src/layouts/index.html index e6da598..ab44f4d 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -55,7 +55,7 @@
-

equitable open-source
for web3

+

equitable open-source
for
web3

diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index c8e9b89..07c4a29 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -297,12 +297,29 @@ hr{ height:4vw; } + .impact-section{ + + padding-top: 20vw; + padding-bottom: 20vw; + + } + .package-before-section{ padding: 4vw !important; } .package_before{ + padding-top: 20vw; + padding-bottom: 20vw; + } } + +@media only screen and (min-width: 576px) { + + #impact-break{ + display:none; + } +}