Skip to content

Commit

Permalink
Work on Docs mobile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
fedealvarezcampos committed Nov 9, 2023
1 parent 7fe390c commit 422492c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ body {
}
}
}

@media (max-width: 767px) {
padding: 16px !important;
}
}

& footer {
@media (width <= 767px) {
> div {
padding: 24px !important;
}
}
}
}

Expand Down Expand Up @@ -201,6 +213,10 @@ table {
}
}
}

@media (max-width: 767px) {
padding: 16px;
}
}

.nextra-search {
Expand Down

2 comments on commit 422492c

@vercel
Copy link

@vercel vercel bot commented on 422492c Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 422492c Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.