mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
937161a2d1
commit
b21a7dbcf2
3 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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'] {
|
||||
|
|
|
|||
2
website/views/layouts/layout.ejs
vendored
2
website/views/layouts/layout.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue