Made the CTA more generic

This commit is contained in:
Sodbileg Gansukh 2023-08-22 19:13:05 +08:00
parent 0f74f424f5
commit 3169b71163
3 changed files with 4 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1295,23 +1295,13 @@ Search LOGO Login Subscribe
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
gap: 28px;
padding: 80px 64px;
text-align: center;
background-color: var(--color-lighter-gray);
}
/* .gh-header + .gh-cta .gh-cta-inner {
border-top: 1px solid var(--color-border);
} */
.gh-cta-inner::before {
position: absolute;
top: -240px;
right: -200px;
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");
transform: rotate(-24deg);
}
.gh-cta-content {
max-width: 560px;
}