From cb43f8d0698b14a237e5ebaee49fc97f775e7a1e Mon Sep 17 00:00:00 2001 From: NIP Date: Tue, 9 Jun 2020 12:18:17 +0200 Subject: [PATCH 1/2] Remove sharing and change texts --- website/dist/index.html | 11 +++++------ website/src/sass/styles.scss | 4 ++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/website/dist/index.html b/website/dist/index.html index 003fa5fe..5483160a 100644 --- a/website/dist/index.html +++ b/website/dist/index.html @@ -53,7 +53,7 @@ @@ -70,14 +70,13 @@
@@ -111,7 +110,7 @@

- Well, it's not mobile friendly yet. Try with your desktop computer. + Unfortunately, it's not mobile friendly yet. But we are happy to invite you to try it on your desktop. Enjoy!
diff --git a/website/src/sass/styles.scss b/website/src/sass/styles.scss index ea791a73..67c02d5d 100644 --- a/website/src/sass/styles.scss +++ b/website/src/sass/styles.scss @@ -155,9 +155,13 @@ header { } &.contribute { background-image: url('../images/btn-bg-2.png'); + @include media-breakpoint-down(sm) { + display: block; + } } &.play { background-image: url('../images/btn-bg-3.png'); + cursor: pointer; } &.start { /*padding-left: 55px;*/ From 6adce0808f5d3c6627ccb03b15b3fa5f766c3a15 Mon Sep 17 00:00:00 2001 From: NIP Date: Tue, 9 Jun 2020 12:34:44 +0200 Subject: [PATCH 2/2] Fix sharing links --- website/dist/index.html | 20 +++++++++++++++----- website/src/sass/styles.scss | 4 ++++ 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/website/dist/index.html b/website/dist/index.html index 5483160a..0520eed7 100644 --- a/website/dist/index.html +++ b/website/dist/index.html @@ -53,8 +53,17 @@ @@ -70,13 +79,14 @@
diff --git a/website/src/sass/styles.scss b/website/src/sass/styles.scss index 67c02d5d..3e3eafe6 100644 --- a/website/src/sass/styles.scss +++ b/website/src/sass/styles.scss @@ -188,6 +188,10 @@ header { }*/ } +.social-links a { + cursor: pointer; +} + img{ max-width: 100%; }