Nouveau seuil à 800px

This commit is contained in:
LC 2023-01-10 19:59:17 +01:00
parent 7c5353402f
commit ce5806e7bc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
border: 1px solid; border: 1px solid;
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 799px) {
.userOuter{ .userOuter{
width: 100%; width: 100%;
} }