adjust media query page sizes
Ensures its actually possible to read a page at a given size. Needs future work to add a stage between phone UI and half a 1080p monitor.
This commit is contained in:
parent
2ce79597b5
commit
24d3b1bfd2
7 changed files with 11 additions and 13 deletions
|
@ -80,7 +80,7 @@ ul {
|
|||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
@media (min-width: 65rem) {
|
||||
.docs,
|
||||
.docslayout-root {
|
||||
gap: 0.648rem;
|
||||
|
@ -109,7 +109,7 @@ ul {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) {
|
||||
@media (min-width: 85rem) {
|
||||
.docs {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue