This commit is contained in:
Harivansh Rathi 2026-04-01 02:28:21 +00:00
parent a4cb20d228
commit 12c53f3515
20 changed files with 70 additions and 70 deletions

View file

@ -1,10 +1,10 @@
.ainas-shell {
.betternas-shell {
max-width: 1100px;
margin: 0 auto;
padding: 32px;
}
.ainas-shell__hero {
.betternas-shell__hero {
margin-bottom: 28px;
padding: 28px;
border-radius: 24px;
@ -12,7 +12,7 @@
color: #f6fafc;
}
.ainas-shell__eyebrow {
.betternas-shell__eyebrow {
margin: 0 0 12px;
font-size: 12px;
letter-spacing: 0.12em;
@ -20,26 +20,26 @@
opacity: 0.8;
}
.ainas-shell__title {
.betternas-shell__title {
margin: 0 0 12px;
font-size: 32px;
line-height: 1.1;
}
.ainas-shell__copy {
.betternas-shell__copy {
margin: 0;
max-width: 70ch;
font-size: 15px;
line-height: 1.6;
}
.ainas-shell__grid {
.betternas-shell__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}
.ainas-shell__card {
.betternas-shell__card {
padding: 24px;
border: 1px solid rgba(16, 33, 45, 0.12);
border-radius: 20px;
@ -47,38 +47,38 @@
box-shadow: 0 20px 40px rgba(16, 33, 45, 0.06);
}
.ainas-shell__card h2 {
.betternas-shell__card h2 {
margin-top: 0;
}
.ainas-shell__card dl {
.betternas-shell__card dl {
display: grid;
grid-template-columns: minmax(120px, 160px) 1fr;
gap: 8px 16px;
margin: 0;
}
.ainas-shell__card dt {
.betternas-shell__card dt {
font-weight: 600;
}
.ainas-shell__card dd {
.betternas-shell__card dd {
margin: 0;
}
.ainas-shell__card code {
.betternas-shell__card code {
display: inline-block;
padding: 4px 8px;
border-radius: 999px;
background: #eef4f7;
}
.ainas-shell__card ul {
.betternas-shell__card ul {
margin: 0;
padding-left: 20px;
}
.ainas-shell__error {
.betternas-shell__error {
margin-top: 16px;
color: #b42318;
}