diff --git a/code/style.css b/code/style.css
index fa58e4de1420a09fdce0cf10b29e7531d472fa9a..7a644490737f2e59c040cf492cdd089722f3a545 100644
--- a/code/style.css
+++ b/code/style.css
@@ -157,6 +157,10 @@ header {
   line-height: 1.25em;
   font-family: 'Roboto Light';
   overflow: hidden;
+  width: 100%;
+  display: block;
+  text-overflow: ellipsis;
+  white-space: nowrap;
 }
 
 .event-wrapper {
@@ -231,4 +235,4 @@ footer img {
   background-color: rgba(255,255,255,.9);
   transform: scale(1.5);
   transition: border .33s ease-out, background-color .33s ease-out, transform  .33s ease-out;
-}
\ No newline at end of file
+}