Skip to content

Commit 7d0434e

Browse files
committed
CSS fixes
1 parent 0e2da4b commit 7d0434e

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

landing/styles/landing.styl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ aside_width = 250px;
114114

115115
// content styleguide
116116
.content-styleguide
117-
overflow: hidden;
118-
padding: 0 120px 0 60px;
117+
padding: 0 60px;
119118

120119
.title
121120
border-bottom: 1px solid #d0d2d3;

lib/jumbotron/jumbotron.styl

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $jumbotron-font-size = ceil(($font-size-base * 1.5));
2929
.h1 {
3030
color: $jumbotron-heading-color;
3131
}
32-
32+
3333
h2,
3434
.h2 {
3535
background-color: #fff;
@@ -41,7 +41,7 @@ $jumbotron-font-size = ceil(($font-size-base * 1.5));
4141
overflow: hidden;
4242
width: 100px;
4343
height: 100px;
44-
44+
4545
img {
4646
display: block;
4747
margin: 25px 0 0 24px;
@@ -52,6 +52,10 @@ $jumbotron-font-size = ceil(($font-size-base * 1.5));
5252
color: rgba(255, 255, 255, 0.5);
5353
margin-bottom: ($jumbotron-padding / 2);
5454
font-weight: 200;
55+
max-width 600px;
56+
margin 0 auto;
57+
font-size 16px;
58+
padding: 0 20px;
5559
}
5660

5761
> hr {
@@ -79,7 +83,7 @@ $jumbotron-font-size = ceil(($font-size-base * 1.5));
7983

8084
h1,
8185
.h1 {
82-
font-size: ($font-size-base * 4.5);
86+
font-size: ($font-size-base * 2.5);
8387
}
8488
}
85-
}
89+
}

lib/typography/typography.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
.typography-section
44

5-
h1.title Typography
5+
h2#typography.title Typography
66

77
h2.font-family Avenir Next
88

0 commit comments

Comments
 (0)