diff --git a/public/ashley.webp b/public/ashley.webp new file mode 100644 index 0000000..0309630 Binary files /dev/null and b/public/ashley.webp differ diff --git a/public/vee.png b/public/vee.png new file mode 100644 index 0000000..19c4d23 Binary files /dev/null and b/public/vee.png differ diff --git a/src/components/Friendbutton.astro b/src/components/Friendbutton.astro index c8765b3..b87f351 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 + \ No newline at end of file diff --git a/src/components/navbutton.svelte b/src/components/navbutton.svelte index 268098c..8351e9e 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 678409e..6f2ba3f 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:auto; - padding: 2rem; + max-width: 80ch; + padding: 1rem; line-height: 1.5; } @@ -22,27 +22,12 @@ font-weight: 400; h1 { margin: 1rem 0; - font-size: 3.5rem; -text-align: center; -max-width: auto; + font-size: 2.5rem; } - 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 */ @@ -90,7 +75,7 @@ header { .navbutton { border-radius: 30%; background: orange; - border-width: px; + border-width: 3px; } .navbutton:hover, .navbutton:active {