diff --git a/index.html b/index.html index 555cb18..b3ac372 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,17 @@ + + + + + + + + + + + qwik @@ -53,7 +64,7 @@ BurnyLlama's profile picture.

mail

-

burnyllama [@] protonamail [.] com

+

burnyllama [@] protonmail [.] com

matrix

@burnyllama:matrix.org

diff --git a/styles/main.css b/styles/main.css index f889844..9b20bc3 100644 --- a/styles/main.css +++ b/styles/main.css @@ -76,7 +76,7 @@ nav > a:hover { header { font-size: 6rem; - margin-bottom: 35vh; + margin-bottom: 15vh; } h1 { @@ -100,7 +100,7 @@ a { } .service, .maintainer { - margin: 0 2rem; + margin: 1rem 2rem; padding: 1rem 2rem; width: 30ch; @@ -161,16 +161,18 @@ a { footer { margin-top: 10rem; - padding-top: 1rem; + padding-top: 2.5rem; border-top: .1rem solid var(--accent); + width: 100%; + display: flex; flex-direction: column; align-items: center; } .love { - font-size: 2rem; + font-size: 1.25rem; display: flex; align-self: center; align-items: center; @@ -180,5 +182,9 @@ footer { .heart { margin-top: -.5rem; color: var(--accent2); - font-size: 4rem; + font-size: 2rem; +} + +footer > p { + font-size: .75rem; } \ No newline at end of file