From c5fe0f677e8edc142f7e5762d279647998dee39e Mon Sep 17 00:00:00 2001 From: nightly Date: Fri, 28 Oct 2022 18:46:58 +0200 Subject: [PATCH 1/2] Update readme, remove the sidenav. --- README.md | 2 +- index.html | 6 ------ static/nightlycss.css | 30 ++---------------------------- 3 files changed, 3 insertions(+), 35 deletions(-) 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 -- 2.40.1 From 3fb10cd72a062ec65816dac8c4c5c630183e5a20 Mon Sep 17 00:00:00 2001 From: nightly Date: Fri, 28 Oct 2022 18:58:24 +0200 Subject: [PATCH 2/2] Last commit on this directory today, i think.. --- index.html | 6 ++++-- static/nightlycss.css | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 6c96471..1f0873f 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,10 @@ -
-

Welcome to my website!

+
+
\ No newline at end of file diff --git a/static/nightlycss.css b/static/nightlycss.css index 709808c..6da5348 100644 --- a/static/nightlycss.css +++ b/static/nightlycss.css @@ -1,16 +1,16 @@ :root { --bgcolour: #212121; - --sdbarcolour: #6600ff; + --sdbarcolour: #4c208f; --textcolour: #EFF0F1; } body { font-family: 'Helvetica', 'Arial', sans-serif; background-color: var(--bgcolour); - margin:0; + margin: 0; color: var(--textcolour); } -#content { - margin-top: 2vw; - margin-left: 2vw; +.container { + display: flex; + flex-direction: column; } \ No newline at end of file -- 2.40.1