Don't let text exceed the container size

This commit is contained in:
Robert Marshall 2020-01-03 18:45:28 +00:00
parent fba683a09c
commit c40a7fab26

View file

@ -74,6 +74,7 @@ h1, h2, h3, h4, h5, h6 {
main {
flex: 1 1 auto;
padding: 20px;
overflow: hidden;
}
nav {