back to basics

This commit is contained in:
Rupus Reinefjord 2018-10-08 19:31:35 +02:00
parent 0554d3c077
commit 0cd50d1909
6 changed files with 15 additions and 18 deletions

View file

@ -6,42 +6,39 @@
}
html {
min-height: 100%;
background: linear-gradient(110deg, rgba(86,67,244,1) 0%, rgba(217,71,218,1) 50%, rgba(245,232,119,1) 100%);
line-height: 1.5;
}
body {
font-family: "Fira Sans", sans;
font-family: serif;
text-decoration-skip: ink;
padding: 1rem;
padding: 1rem 1rem 2rem 1rem;
}
p {
line-height: 1.3;
h1, h2, h3 {
font-family: sans;
}
main {
padding: 1.2rem 1rem;
max-width: 40rem;
max-width: 36rem;
margin: 0 auto;
border: 1px solid rgba(255, 255, 255, 0.35);
border-radius: 7px;
background-color: rgba(255, 255, 255, 0.5);
}
main > :first-child {
margin-top: 0;
}
main > :last-child {
margin-bottom: 0;
}
dd {
margin-top: .2rem;
margin-bottom: .7rem;
}
code, .email {
font-family: "Fira Mono", monospace;
font-family: monospace, sans;
font-size: 0.9em;
}
footer {
margin-top: 2rem;
text-align: center;
}