This commit is contained in:
lda
2026-07-13 11:53:37 +07:00 Verified
parent 561059fc6e
commit b0cefc7577
2 changed files with 8 additions and 3 deletions
@@ -2315,7 +2315,7 @@
.opening-thesis-scene > .stage-caption {
min-height: 0;
border: 0;
/* border: 0; */
padding: 1.05rem 1.25rem 0.6rem;
}
@@ -2341,7 +2341,7 @@
max-width: 48rem;
min-height: 0;
align-content: end;
border-top: 1px solid var(--opening-rule);
/* border-top: 1px solid var(--opening-rule); */
padding-top: clamp(1.1rem, 2.5vw, 1.8rem);
}
@@ -2361,7 +2361,9 @@
letter-spacing: -0.03em;
text-wrap: balance;
}
.opening-thesis__statement--contribution {
border-top: 1px solid var(--opening-rule);
}
.opening-thesis__agent-system {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));