mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Bikeshed credits
This commit is contained in:
parent
4ae60507fc
commit
7de8e5887f
1 changed files with 15 additions and 6 deletions
|
@ -6,10 +6,6 @@ body {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
* {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.fade {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
@ -29,9 +25,22 @@ body {
|
|||
font-size: 500%;
|
||||
font-weight: 600;
|
||||
letter-spacing: 6px;
|
||||
line-height: 150%;
|
||||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue