From caf7cf377065db91bfa61e4fddd89687e3efb412 Mon Sep 17 00:00:00 2001 From: Kar Date: Fri, 9 Jun 2023 21:03:26 +0530 Subject: [PATCH] menu --- .vscode/settings.json | 3 +++ src/components/MainMenu.astro | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9d14cfb --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "ansible.python.interpreterPath": "/bin/python" +} \ No newline at end of file diff --git a/src/components/MainMenu.astro b/src/components/MainMenu.astro index 4b8b89d..6e08ed5 100644 --- a/src/components/MainMenu.astro +++ b/src/components/MainMenu.astro @@ -130,12 +130,11 @@ padding: 0; box-sizing: border-box; } -body{ - /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */ +/* body{ background-image: url(background-img.jpg); background-size: cover; background-attachment: fixed; -} +} */ .navbar{ height: 70px; width: 100%; @@ -167,7 +166,7 @@ body{ border-radius: 5px; /* background-color: #0ea5e930; */ width: 100%; - padding: 10px 4px; + padding: 12px 4px; width: fit-content; text-decoration: none; font-weight: 550;