diff --git a/public/shiggy.gif b/public/shiggy.gif deleted file mode 100644 index fc56490..0000000 Binary files a/public/shiggy.gif and /dev/null differ diff --git a/src/components/footer.astro b/src/components/footer.astro index 01defdd..9e1b122 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -1,12 +1,7 @@ --- --- - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/friends.astro b/src/components/friends.astro index 272519d..2f0de8d 100644 --- a/src/components/friends.astro +++ b/src/components/friends.astro @@ -4,8 +4,8 @@ import FriendButton from "../components/Friendbutton.astro"

Friends Sites!

- - + + @@ -20,7 +20,7 @@ import FriendButton from "../components/Friendbutton.astro" - +
\ No newline at end of file diff --git a/src/components/socials.astro b/src/components/socials.astro index 07dd266..eb213ce 100644 --- a/src/components/socials.astro +++ b/src/components/socials.astro @@ -35,7 +35,7 @@ import Socialsbutton from "../components/socialsbutton.astro"
- git.lgbt + Git.lgbt @@ -62,5 +62,4 @@ margin-bottom: 1rem; margin:0.5rem; font-size:large; } - \ No newline at end of file diff --git a/src/layouts/Sitelayout.astro b/src/layouts/Sitelayout.astro index b283026..9ae0ab7 100644 --- a/src/layouts/Sitelayout.astro +++ b/src/layouts/Sitelayout.astro @@ -6,13 +6,11 @@ const {pageTitle} = Astro.props --- - - - - + {pageTitle} +
diff --git a/src/pages/about.astro b/src/pages/about.astro index c23b619..c982d0b 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -4,5 +4,4 @@ const pageTitle="About Me"; ---

about me

-

diff --git a/src/styles/global.css b/src/styles/global.css index 147cb31..450135a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -13,11 +13,7 @@ font-weight: 400; padding: 2rem; line-height: 1.5; } - @media only screen and (max-width: 768px){ - body { - font-size: 50%; - } - } + * { box-sizing: border-box; font-family: 'OCR A Std', sans-serif; @@ -30,19 +26,9 @@ font-weight: 400; text-align: center; max-width: auto; } - @media only screen and (max-width: 768px){ - h1 { - font-size: 50%; - } - } h2 {text-align: center; max-width: auto; font-size: 2.5rem;} -@media only screen and (max-width: 768px){ - h2 { - font-size: 1.5rem; - } -} footer { text-align: center; background-color: orange; @@ -57,11 +43,6 @@ header { line-height: 1.5; text-align:center; font-size: 1rem; -} -@media only screen and (max-width: 768px){ - header { - font-size: 50%; - } } .profilepic { width: 7rem; @@ -78,7 +59,7 @@ font-size: 2rem /* nav styles */ .nav-links { - width: 50%; + width: 100%; top: 5rem; left: 48px; background-color: #ff9776; @@ -117,11 +98,10 @@ font-size: 2rem } } - .navbutton { border-radius: 30%; background: orange; - border-width: 3px; + border-width: px; } .navbutton:hover, .navbutton:active { @@ -130,7 +110,6 @@ font-size: 2rem } .fbutton { border-radius: 100px; - border-width: 0px; } .buttonimg { @@ -149,15 +128,12 @@ font-size: 2rem .SocialsButton a{ color: purple; -text-decoration: none; display: inline; padding: 2rem; } .SocialsButton:hover { background-color: darkorange; } - @media only screen and (max-width: 768px){ - .SocialsButton{ - padding: .75rem ; - } - } + + + \ No newline at end of file