Small fixes
This commit is contained in:
parent
167fd2f58f
commit
b7be7e0b23
13
index.html
13
index.html
|
@ -3,6 +3,17 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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">
|
||||
<title>qwik</title>
|
||||
</head>
|
||||
|
@ -53,7 +64,7 @@
|
|||
<img src="./resources/Llama_min.png" alt="BurnyLlama's profile picture.">
|
||||
|
||||
<p class="contact-type">mail</p>
|
||||
<p>burnyllama [@] protonamail [.] com</p>
|
||||
<p>burnyllama [@] protonmail [.] com</p>
|
||||
|
||||
<p class="contact-type">matrix</p>
|
||||
<p>@burnyllama:matrix.org</p>
|
||||
|
|
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user