diff --git a/website/index.html b/website/index.html
index 3349fa52..d00a146c 100644
--- a/website/index.html
+++ b/website/index.html
@@ -76,7 +76,7 @@
font-family: "Roboto Mono", monospace;
text-overflow: ellipsis;
justify-content: flex-end;
- overflow: hidden;
+ overflow: auto;
white-space: nowrap;
display: flex;
align-items: center;
@@ -132,6 +132,7 @@
@media (max-width: 610px) {
.headline {
+ font-size: 50px;
margin-top: 80px;
}
}