Skip to content

Commit 1236d99

Browse files
committed
Perma-fix for arrows
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent 3a34172 commit 1236d99

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,19 +173,17 @@ button.btn i, a.btn i {
173173
.summit-banner h5 strong:before, .summit-banner h5 strong:after {
174174
position: absolute;
175175
content: '';
176-
background-size: cover;
177-
background-position-y: 7px;
178176
width: 5em;
179177
height: 1em;
180178
display: inline-block;
181179
margin: 0 0.5em;
182180
}
183181
.summit-banner h5 strong:before {
184-
left: -5px;
182+
left: 100%;
185183
background: url("../images/arrow-right.svg") bottom left no-repeat;
186184
}
187185
.summit-banner h5 strong:after {
188-
right: -5px;
186+
right: 64%;
189187
background: url("../images/arrow-left.svg") bottom left no-repeat;
190188
}
191189

0 commit comments

Comments
 (0)