diff --git a/index.html b/index.html
index 0cdc7a3..235a9ed 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,7 @@
+
CompoHub - Find game jams
diff --git a/jamhub.scss b/jamhub.scss
index f630908..b393ce4 100644
--- a/jamhub.scss
+++ b/jamhub.scss
@@ -3,7 +3,7 @@ $primary_color: #5DCC92;
$link_color: #5CCCC4;
$cell_height: 40px;
$label_height: 40px;
-$site_width: 640px;
+$site_width: 100%;
@mixin transition($args...) {
-webkit-transition: $args;
@@ -55,6 +55,12 @@ a {
}
}
+@media screen and (max-width: 775px) {
+ .header_tools {
+ display: none;
+ }
+}
+
.header {
height: 200px;
text-align: center;
diff --git a/templates/layout.hbs b/templates/layout.hbs
index 91f86c4..4c127fd 100644
--- a/templates/layout.hbs
+++ b/templates/layout.hbs
@@ -2,6 +2,7 @@
+
{{ page_title }} - CompoHub