Small fixes
This commit is contained in:
parent
167fd2f58f
commit
b7be7e0b23
13
index.html
13
index.html
|
@ -3,6 +3,17 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/favicons/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#3ddf89">
|
||||||
|
<link rel="shortcut icon" href="/favicons/favicon.ico">
|
||||||
|
<meta name="msapplication-TileColor" content="#181833">
|
||||||
|
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
|
||||||
|
<meta name="theme-color" content="#3ddf89">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="./styles/main.css">
|
<link rel="stylesheet" type="text/css" href="./styles/main.css">
|
||||||
<title>qwik</title>
|
<title>qwik</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -53,7 +64,7 @@
|
||||||
<img src="./resources/Llama_min.png" alt="BurnyLlama's profile picture.">
|
<img src="./resources/Llama_min.png" alt="BurnyLlama's profile picture.">
|
||||||
|
|
||||||
<p class="contact-type">mail</p>
|
<p class="contact-type">mail</p>
|
||||||
<p>burnyllama [@] protonamail [.] com</p>
|
<p>burnyllama [@] protonmail [.] com</p>
|
||||||
|
|
||||||
<p class="contact-type">matrix</p>
|
<p class="contact-type">matrix</p>
|
||||||
<p>@burnyllama:matrix.org</p>
|
<p>@burnyllama:matrix.org</p>
|
||||||
|
|
|
@ -76,7 +76,7 @@ nav > a:hover {
|
||||||
|
|
||||||
header {
|
header {
|
||||||
font-size: 6rem;
|
font-size: 6rem;
|
||||||
margin-bottom: 35vh;
|
margin-bottom: 15vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -100,7 +100,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.service, .maintainer {
|
.service, .maintainer {
|
||||||
margin: 0 2rem;
|
margin: 1rem 2rem;
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
width: 30ch;
|
width: 30ch;
|
||||||
|
|
||||||
|
@ -161,16 +161,18 @@ a {
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin-top: 10rem;
|
margin-top: 10rem;
|
||||||
padding-top: 1rem;
|
padding-top: 2.5rem;
|
||||||
border-top: .1rem solid var(--accent);
|
border-top: .1rem solid var(--accent);
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.love {
|
.love {
|
||||||
font-size: 2rem;
|
font-size: 1.25rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -180,5 +182,9 @@ footer {
|
||||||
.heart {
|
.heart {
|
||||||
margin-top: -.5rem;
|
margin-top: -.5rem;
|
||||||
color: var(--accent2);
|
color: var(--accent2);
|
||||||
font-size: 4rem;
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer > p {
|
||||||
|
font-size: .75rem;
|
||||||
}
|
}
|
Reference in New Issue
Block a user