We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6079e commit e8f937cCopy full SHA for e8f937c
style.css
@@ -253,7 +253,7 @@ a {
253
left: 0;
254
right: 0;
255
width: 100%;
256
- height: 50px;
+ height: 52px;
257
}
258
.section svg.bottom {
259
bottom: 0;
@@ -307,7 +307,8 @@ a {
307
color: #111;
308
309
.section.section--portfolio svg {
310
- top: -20px;
+ /* portfolio uses a shallower curve; nudge by 1px to maintain alignment with base svg change */
311
+ top: -21px;
312
fill: orange;
313
314
.section.section--portfolio svg.bottom {
@@ -333,7 +334,8 @@ a {
333
334
color: #111 !important;
335
336
.section.section--portfolio1 svg {
- top: -50px;
337
+ /* adjust to match the base -51px shift */
338
+ top: -51px;
339
fill: #3A99D8;
340
341
.section.section--pepperhill svg {
0 commit comments