diff --git a/index.html b/index.html index c1fbd07b3..f1b208849 100644 --- a/index.html +++ b/index.html @@ -44,13 +44,13 @@ -
+
-
-

Go Ethereum

+
+

Go Ethereum

Official Go implementation of the Ethereum protocol


View on GitHub @@ -61,7 +61,7 @@
- +
@@ -77,11 +77,14 @@

-
+

What is Go Ethereum?

Go Ethereum is one of the three original implementations (along with C++ and Python) of the Ethereum protocol. It is written in Go, fully open source and licensed under the GNU LGPL v3.

See our repository and downloads section for the code!

+
+ +

diff --git a/static/images/mascot.png b/static/images/mascot.png index 968a29e4e..f3c28eaef 100644 Binary files a/static/images/mascot.png and b/static/images/mascot.png differ diff --git a/static/styles/custom/home.css b/static/styles/custom/home.css index e0d7227ec..5c1239844 100644 --- a/static/styles/custom/home.css +++ b/static/styles/custom/home.css @@ -1,21 +1,16 @@ -.jumbotron .mascot { - background-size: auto 300px; - background-repeat: no-repeat; - background-position: 0 -30px; - height: 280px; +.jumbotron { + text-align: center; + padding: 20pt 0; } .jumbotron h1 { font-size: 56px; font-weight: bold; margin-top: 0; - margin-bottom: 12px; } .jumbotron h2 { font-size: 28px; - max-width: 500px; - margin: auto; } .mascot-mobile { @@ -31,9 +26,6 @@ } @media (min-width: 768px) { - .jumbotron .mascot { - background-image: url('../../images/mascot.png'); - } .mascot-mobile { display: none; }