Skip to content

Commit 3169b71

Browse files
Made the CTA more generic
1 parent 0f74f42 commit 3169b71

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,23 +1295,13 @@ Search LOGO Login Subscribe
12951295
overflow: hidden;
12961296
display: flex;
12971297
flex-direction: column;
1298+
align-items: center;
12981299
gap: 28px;
12991300
padding: 80px 64px;
1301+
text-align: center;
13001302
background-color: var(--color-lighter-gray);
13011303
}
13021304

1303-
/* .gh-header + .gh-cta .gh-cta-inner {
1304-
border-top: 1px solid var(--color-border);
1305-
} */
1306-
1307-
.gh-cta-inner::before {
1308-
position: absolute;
1309-
top: -240px;
1310-
right: -200px;
1311-
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='rgba(0,0,0,0.02)' viewBox='0 0 256 256'%3E%3Cpath d='M224,50H32a6,6,0,0,0-6,6V192a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V56A6,6,0,0,0,224,50Zm-96,85.86L47.42,62H208.58ZM101.67,128,38,186.36V69.64Zm8.88,8.14L124,148.42a6,6,0,0,0,8.1,0l13.4-12.28L208.58,194H47.43ZM154.33,128,218,69.64V186.36Z'%3E%3C/path%3E%3C/svg%3E");
1312-
transform: rotate(-24deg);
1313-
}
1314-
13151305
.gh-cta-content {
13161306
max-width: 560px;
13171307
}

0 commit comments

Comments
 (0)