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;*/