Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const hasTypesense =
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Cadence",
tagline: "The Best Programming Language for Smart Contracts",
tagline: "The Best Programming Language for Consumer DeFi",
favicon: "favicon.ico",

// Set the production url of your site here
Expand Down
13 changes: 10 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ code {

.content-wrapper {
max-width: 80rem;
margin: 0 auto;
padding-left: max(env(safe-area-inset-left), 1.5rem);
padding-right: max(env(safe-area-inset-right), 1.5rem);
}
Expand Down Expand Up @@ -284,8 +285,14 @@ h2 strong {

.code {
border-radius: 1rem;
font-size: 0.9rem !important;
font-size: 0.73rem !important;
box-shadow: 1px 2px 4px rgba(45, 45, 45, 0.4);
margin: 0 !important;
}

.code pre {
margin: 0 !important;
padding: 1rem !important;
}

h3 {
Expand Down Expand Up @@ -477,9 +484,9 @@ footer .license {
}

.feature {
gap: 6rem;
gap: 3rem;
flex-direction: row;
align-items: center;
align-items: flex-start;
}

.feature.alternate {
Expand Down
Loading