Add output-draft screenshot inside step 2 card on about page

This commit is contained in:
2026-05-19 13:39:58 +02:00
parent b554d62cd7
commit 1638db3eb9
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -7427,6 +7427,13 @@ body.lt-landing {
color: var(--dbn-blue);
opacity: 0.75;
}
.kdoc-step-card__screenshot {
display: block;
width: 100%;
margin-top: 1rem;
border-radius: 6px;
box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
@media (min-width: 700px) {
.kdoc-steps {
grid-template-columns: 1fr auto 1fr auto 1fr;