Skip to content

Commit e8f937c

Browse files
committed
Fix for Chrome
1 parent 8c6079e commit e8f937c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ a {
253253
left: 0;
254254
right: 0;
255255
width: 100%;
256-
height: 50px;
256+
height: 52px;
257257
}
258258
.section svg.bottom {
259259
bottom: 0;
@@ -307,7 +307,8 @@ a {
307307
color: #111;
308308
}
309309
.section.section--portfolio svg {
310-
top: -20px;
310+
/* portfolio uses a shallower curve; nudge by 1px to maintain alignment with base svg change */
311+
top: -21px;
311312
fill: orange;
312313
}
313314
.section.section--portfolio svg.bottom {
@@ -333,7 +334,8 @@ a {
333334
color: #111 !important;
334335
}
335336
.section.section--portfolio1 svg {
336-
top: -50px;
337+
/* adjust to match the base -51px shift */
338+
top: -51px;
337339
fill: #3A99D8;
338340
}
339341
.section.section--pepperhill svg {

0 commit comments

Comments
 (0)