diff --git a/public/vee.png b/public/vee.png deleted file mode 100644 index 19c4d23..0000000 Binary files a/public/vee.png and /dev/null differ diff --git a/src/components/Friendbutton.astro b/src/components/Friendbutton.astro index b87f351..c8765b3 100644 --- a/src/components/Friendbutton.astro +++ b/src/components/Friendbutton.astro @@ -8,7 +8,7 @@ const { website, image, name }=Astro.props \ No newline at end of file diff --git a/src/components/navbutton.svelte b/src/components/navbutton.svelte index 8351e9e..268098c 100644 --- a/src/components/navbutton.svelte +++ b/src/components/navbutton.svelte @@ -17,5 +17,5 @@ .navbutton { } - .fri + \ No newline at end of file diff --git a/src/styles/global.css b/src/styles/global.css index 6f2ba3f..678409e 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -9,8 +9,8 @@ font-weight: 400; body { margin: 0 auto; width: 100%; - max-width: 80ch; - padding: 1rem; + max-width:auto; + padding: 2rem; line-height: 1.5; } @@ -22,12 +22,27 @@ font-weight: 400; h1 { margin: 1rem 0; - font-size: 2.5rem; + font-size: 3.5rem; +text-align: center; +max-width: auto; } + h2 {text-align: center; + max-width: auto; +font-size: 2.5rem;} footer { text-align: center; background-color: orange; padding: 0.02rem; + width: auto; +} +header { + margin: 0 auto; + width: auto; + max-width: auto; + padding: 1rem; + line-height: 1.5; + text-align:center; + font-size: 1rem; } /* nav styles */ @@ -75,7 +90,7 @@ font-weight: 400; .navbutton { border-radius: 30%; background: orange; - border-width: 3px; + border-width: px; } .navbutton:hover, .navbutton:active {