mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41: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;
|
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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue