Skip to content

Commit bf60423

Browse files
committed
Summit Homepage - Modified font / bg image to make dynamic height work correctly
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent faf90a1 commit bf60423

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

summit/css/static-summit-about-page.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ button.btn i, a.btn i {
3939
}
4040

4141
.summit-hero-landing, .summit-hero-landing-short {
42-
background: url("../images/berlin.jpg") center no-repeat;
43-
height: 80vh;
42+
background: url("../images/berlin.jpg") center bottom no-repeat;
43+
height: auto;
4444
display: block;
4545
background-size: cover;
4646
position: relative;
4747
}
4848

4949
.summit-hero-landing-short {
50-
height: 67vh;
51-
top:-30px;
50+
height: auto;
51+
padding-bottom: 100px;
5252
}
5353

5454
.summit-hero-landing .navbar, .summit-hero-landing-short .navbar {
@@ -116,7 +116,7 @@ button.btn i, a.btn i {
116116
}
117117

118118
.summit-hero-landing-short .summit-banner {
119-
margin: 9em auto 0;
119+
margin: 6em auto 0;
120120
}
121121

122122

@@ -136,6 +136,10 @@ button.btn i, a.btn i {
136136
color: #fff;
137137
}
138138

139+
.summit-hero-landing-short .summit-banner h1 {
140+
font-size: 7em;
141+
}
142+
139143

140144
@media all and (max-width: 500px) {
141145
.text-wrapper .title-box {

0 commit comments

Comments
 (0)