#1646 and other minor fixes

This commit is contained in:
Unknwon 2015-09-16 15:34:46 -04:00
parent b003b18788
commit 2729eb998c
12 changed files with 10071 additions and 321 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,29 +1,29 @@
.home {
padding-bottom: @footer-margin * 2;
.logo {
max-width: 250px;
max-width: 220px;
}
.hero {
h1, h2 {
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
}
h1 {
font-size: 7em;
font-size: 5.5em;
}
h2 {
font-size: 4em;
font-size: 3em;
}
.octicon {
color: #d9453d;
font-size: 60px;
margin-right: 10px;
font-size: 40px;
width: 50px;
}
&.header {
font-size: 24px;
font-size: 20px;
}
}
p.large {
font-size: 20px
font-size: 16px
}
.stackable {
padding-top: 30px;