Skip to content

Commit e4d50e4

Browse files
committed
Padding issue and fixing arrows in hero
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent d407e6c commit e4d50e4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ button.btn i, a.btn i {
168168
max-width: 40%;
169169
display: inline-block;
170170
text-align: center;
171-
margin-left: 0.25em;
172171
}
173172

174173
.summit-banner h5 span {
@@ -188,11 +187,13 @@ button.btn i, a.btn i {
188187
.summit-banner h5 span.arrow.right {
189188
background: url("../images/arrow-right.svg") bottom left no-repeat;
190189
background-size: cover;
190+
background-position-y: 7px;
191191
}
192192

193193
.summit-banner h5 span.arrow.left {
194194
background: url("../images/arrow-left.svg") bottom left no-repeat;
195195
background-size: cover;
196+
background-position-y: 7px;
196197
}
197198

198199
.link.button-box .btn {
@@ -363,6 +364,9 @@ button.btn i, a.btn i {
363364
.about-summit-header .summit-title {
364365
font-size: 2em;
365366
}
367+
.about-summit-header {
368+
padding-top: 4em;
369+
}
366370

367371
}
368372

0 commit comments

Comments
 (0)