From a2b217b739feb1d6731486dc78e5a788afcbfc63 Mon Sep 17 00:00:00 2001 From: BGetchell Date: Sun, 1 Oct 2023 09:19:45 -0500 Subject: [PATCH] css changes --- proxies.json | 2 +- src/styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proxies.json b/proxies.json index 0708d9d..12f2396 100644 --- a/proxies.json +++ b/proxies.json @@ -2,7 +2,7 @@ "proxies": { "/api": { "methods": ["GET"], - "backendUri": "getchell.cloud/api" + "backendUri": "getchell.work/api" } } } diff --git a/src/styles.css b/src/styles.css index 3cf55a6..56e93cc 100644 --- a/src/styles.css +++ b/src/styles.css @@ -14,7 +14,7 @@ nav ul { background: navy; /* changed from gray to navy */ position: fixed; height: 100%; - width: 8%; + width: 15%; overflow: hidden; } @@ -40,7 +40,7 @@ header { } section { - margin-left: 9%; + margin-left: 16%; padding: 60px 20px; border-bottom: 1px solid #ddd; min-height: 100vh; /* ensures each section takes a full viewport height */