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;