diff --git a/website/dist/index.html b/website/dist/index.html index 003fa5fe..0520eed7 100644 --- a/website/dist/index.html +++ b/website/dist/index.html @@ -53,8 +53,17 @@ @@ -71,13 +80,13 @@
@@ -89,7 +98,7 @@
- + PLAY ONLINE
@@ -111,7 +120,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..3e3eafe6 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;*/ @@ -184,6 +188,10 @@ header { }*/ } +.social-links a { + cursor: pointer; +} + img{ max-width: 100%; }