diff --git a/demo.css b/demo.css index 0dc7aa4..a1083ba 100644 --- a/demo.css +++ b/demo.css @@ -1,5 +1,6 @@ * { box-sizing: border-box; + font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0; padding: 0; } @@ -9,7 +10,7 @@ body { height: 100vh; } nav { - width: 300px; + width: 320px; overflow-y: auto; padding: 10px; } @@ -21,6 +22,7 @@ h2 { } p { margin: 10px 0; + width: 300px; } #welcome { align-items: center; diff --git a/index.html b/index.html index 9c061f9..e6d0e32 100644 --- a/index.html +++ b/index.html @@ -4,13 +4,14 @@