Fix header width

This commit is contained in:
Juhana Luomanen
2017-05-28 14:42:44 +03:00
parent 1cc936674c
commit d06bdd7e23
+5 -1
View File
@@ -2,4 +2,8 @@ td{
max-width:12vw;
overflow:hidden;
word-wrap:break-word;
}
}
#header{
max-width: 100%;
}