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) {
.hero-demo {
flex-direction: column;
height: auto;
}
.hero-chat,
.hero-terminal {
min-height: 280px;
}
}