diff --git a/_layouts/default.html b/_layouts/default.html index fd3eb7b..0a3a043 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -32,30 +32,29 @@
  • Home
  • Projects
  • Posts
  • diff --git a/src/styles.css b/src/styles.css index 83d164f..b7ddbb9 100644 --- a/src/styles.css +++ b/src/styles.css @@ -58,7 +58,7 @@ header { #navbar #bar { position: absolute; top: 0px; right: 0px; bottom: 0px; - width: 0px; margin: 0px; padding: 0px; overflow-x: hidden; white-space: nowrap; + width: 0px; margin: 0px; padding: 0px; overflow-x: hidden; background-color: #202020; transition: width 0.5s ease; } @@ -98,6 +98,14 @@ header { color: #888888; } +#navigation #projects { + list-style: none; +} + +#projects li { + padding: 10px; +} + #navigation #expand { padding: 0px 20px; border-top: 1px solid grey;