fix(docs): mobile layout and font consistency (#139)

This commit is contained in:
banteg
2026-01-15 05:40:01 +04:00
committed by GitHub
parent cdaacb3d18
commit c0be8baebd
2 changed files with 8 additions and 3 deletions
+6
View File
@@ -13,6 +13,12 @@
@media (max-width: 700px) { @media (max-width: 700px) {
.hero-demo { .hero-demo {
flex-direction: column; flex-direction: column;
height: auto;
}
.hero-chat,
.hero-terminal {
min-height: 280px;
} }
} }
+2 -3
View File
@@ -6,7 +6,7 @@
border-radius: 12px; border-radius: 12px;
padding: 12px; padding: 12px;
margin: 8px 0; margin: 8px 0;
font-size: 0.85rem; font-size: 14px;
line-height: 1.4; line-height: 1.4;
border: 1px solid #e5e5e5; border: 1px solid #e5e5e5;
width: 360px; width: 360px;
@@ -67,7 +67,6 @@
margin-bottom: 12px; margin-bottom: 12px;
padding-bottom: 8px; padding-bottom: 8px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
font-size: 0.75rem;
} }
.workflow-preview .topic-bar .topic { .workflow-preview .topic-bar .topic {
@@ -93,7 +92,7 @@
border-left: 2px solid rgba(255, 255, 255, 0.6); border-left: 2px solid rgba(255, 255, 255, 0.6);
padding: 2px 6px; padding: 2px 6px;
margin-bottom: 4px; margin-bottom: 4px;
font-size: 0.75rem; font-size: 12px;
color: rgba(255, 255, 255, 0.85); color: rgba(255, 255, 255, 0.85);
border-radius: 2px; border-radius: 2px;
} }