fixed header spacing

This commit is contained in:
JST5000
2023-04-07 16:05:25 -07:00
committed by Caleb Kniffen
parent 456f7f0c88
commit 85836ae3f2
3 changed files with 20 additions and 11 deletions

View File

@@ -101,8 +101,19 @@
margin:auto;
}
.page-docs .video-grid {
grid-gap: 35px;
.page-docs {
section {
margin-top: 64px;
margin-bottom: 64px;
}
.video-grid {
grid-gap: 35px;
}
.title-space {
margin-bottom: 16px;
}
}
.flat-card-grid {