Update media queries on fleetdm.com/docs and /handbook (#2343)

* increase get started masthead nav margin

* update docs and handbook media queries
This commit is contained in:
eashaw 2021-10-04 11:53:48 -05:00 committed by GitHub
parent 937161a2d1
commit b21a7dbcf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -431,7 +431,7 @@
}
// for larger screens
@media (min-width: 990px) {
@media (min-width: 992px) {
ul {
.topic {
@ -486,7 +486,7 @@
}
// for smaller screens
@media (max-width: 990px) {
@media (max-width: 991px) {
padding: 0px 40px;

View file

@ -231,7 +231,7 @@
// for larger screens
@media (min-width: 990px) {
@media (min-width: 992px) {
ul {
.topic {
padding-left: 8px;
@ -252,7 +252,7 @@
}
// for smaller screens
@media (max-width: 990px) {
@media (max-width: 991px) {
padding: 0px 40px;
[purpose='search'] {

View file

@ -101,7 +101,7 @@
</div>
</div>
<div class="d-none d-lg-flex">
<a href="/get-started" class="header-link d-flex align-items-center px-3 py-2 mr-2 text-decoration-none" style="text-decoration: none; line-height: 23px;">Get started</a>
<a href="/get-started" class="header-link d-flex align-items-center px-3 py-2 mr-4 text-decoration-none" style="text-decoration: none; line-height: 23px;">Get started</a>
<a href="/docs" class="header-link d-flex align-items-center px-3 py-2 mr-4 text-decoration-none" style=" text-decoration: none; line-height: 23px;">Docs</a>
<a href="/queries" class="header-link d-flex align-items-center px-3 py-2 mr-4 text-decoration-none" style=" text-decoration: none; line-height: 23px;">Queries</a>
<a href="/pricing" class="header-link d-flex align-items-center px-3 py-2 mr-4 text-decoration-none" style=" text-decoration: none; line-height: 23px;">Pricing</a>