mirror of
https://github.com/github/choosealicense.com
synced 2025-01-03 10:31:44 +01:00
Merge pull request #162 from XhmikosR/css-cleanup
application.css: Minor cleanup.
This commit is contained in:
commit
ce1d6d6ad6
@ -22,19 +22,18 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h5 {
|
h1, h2, h3, h5 {
|
||||||
|
color: #443a33;
|
||||||
font-family: Chivo, "Helvetica Neue", Helvetica, Arial, serif;
|
font-family: Chivo, "Helvetica Neue", Helvetica, Arial, serif;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #443a33;
|
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #443a33;
|
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
@ -42,14 +41,12 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #443a33;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
color: #443a33;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
@ -77,8 +74,6 @@ strong {
|
|||||||
|
|
||||||
.home h1 {
|
.home h1 {
|
||||||
font-size: 63px;
|
font-size: 63px;
|
||||||
line-height: 1.1;
|
|
||||||
margin-bottom: 25px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.home h2 {
|
.home h2 {
|
||||||
@ -118,7 +113,6 @@ strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.triptych h3 {
|
.triptych h3 {
|
||||||
color: #443a33;
|
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin: 0 auto 20px auto;
|
margin: 0 auto 20px auto;
|
||||||
width: 220px;
|
width: 220px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user