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