Add video, fix use cases content, start mobile

This commit is contained in:
JST5000
2023-04-12 16:54:32 -07:00
committed by Caleb Kniffen
parent 56a20d4ef9
commit 53184a3b96
3 changed files with 56 additions and 21 deletions

View File

@@ -167,6 +167,33 @@
}
}
@media (max-width: 765px) {
.page-docs-index {
.page-docs section {
margin-top: unset;
margin-bottom: 64px;
margin-right: unset;
}
h1 {
font-size: 3rem;
}
.flat-card-grid {
grid-gap: 24px;
.flat-card {
padding: 32px 12px;
}
}
}
.page-docs-index::before {
display: none;
}
}
#langs-cards {
grid-gap: 40px;
}
@@ -226,9 +253,13 @@
margin-bottom: 16px;
}
.circled-logo{
.circled-logo {
margin-left:0.1rem;
}
.container-new {
padding: 0px 0px;
}
}
.flat-card-grid {