Bikeshed credits

This commit is contained in:
Oliver Blanthorn 2020-10-10 12:06:26 +01:00
parent 4ae60507fc
commit 7de8e5887f
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -6,10 +6,6 @@ body {
overflow: hidden; overflow: hidden;
} }
* {
text-align: center !important;
}
.fade { .fade {
position: relative; position: relative;
width: 100%; width: 100%;
@ -29,9 +25,22 @@ body {
font-size: 500%; font-size: 500%;
font-weight: 600; font-weight: 600;
letter-spacing: 6px; letter-spacing: 6px;
line-height: 150%;
transform: perspective(400px) rotateX(20deg); transform: perspective(400px) rotateX(20deg);
text-align: justify; text-align: left;
}
h3 {
line-height: 130%;
}
h2 {
line-height: 140%;
}
p {
margin-top: 0;
line-height: 95%;
margin-bottom: 0.5em;
} }
.crawl { .crawl {