- 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 70d64ffe..c5095343 100644
--- a/website/src/sass/styles.scss
+++ b/website/src/sass/styles.scss
@@ -163,9 +163,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;*/
@@ -192,6 +196,10 @@ header {
}*/
}
+.social-links a {
+ cursor: pointer;
+}
+
img{
max-width: 100%;
}