Ajustement des breakpoints media queries pour améliorer la réactivité sur les écrans moyens.
This commit is contained in:
parent
093c6e58a0
commit
ce0f1ac846
1 changed files with 2 additions and 2 deletions
|
|
@ -448,7 +448,7 @@ body {
|
|||
border-radius: var(--r-2);
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
@media (max-width: 1024px) {
|
||||
.site-nav {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
|
@ -539,7 +539,7 @@ body {
|
|||
}
|
||||
|
||||
/* Respect reduced motion preferences */
|
||||
@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
|
||||
@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {
|
||||
.navbar,
|
||||
.navbar.is-open,
|
||||
.site-nav:has(#navToggle[aria-expanded="true"])::after {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue