diff --git a/README.md b/README.md index 606883f..4ad9669 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # nightly.town -website \ No newline at end of file +The website shown at (nightly.town)[https://nightly.town] \ No newline at end of file diff --git a/index.html b/index.html index dc75480..6c96471 100644 --- a/index.html +++ b/index.html @@ -8,12 +8,6 @@ -
- About - Services - Clients - Contact -

Welcome to my website!

diff --git a/static/nightlycss.css b/static/nightlycss.css index 900277d..709808c 100644 --- a/static/nightlycss.css +++ b/static/nightlycss.css @@ -10,33 +10,7 @@ body { color: var(--textcolour); } -.sidenav { - height: 100%; - width: 85px; - position: fixed; - z-index: 1; - top: 0; - left: 0; - background-color: var(--bgcolour); - overflow-x: hidden; - padding-top: 20px; - border-right: 2px solid var(--sdbarcolour); -} - -.sidenav a { - padding: 6px 6px 6px 10px; - text-decoration: none; - font-size: 25px; - color: #818181; - display: block; -} - -.sidenav a:hover { - color: #f1f1f1; -} - #content { - margin-top: 20px; - margin-left:138px; - padding: 1px 16px; + margin-top: 2vw; + margin-left: 2vw; } \ No newline at end of file