remove js

This commit is contained in:
oiseauroch
2023-05-26 17:59:46 +02:00
parent a5ed3add25
commit 67921ddfaa
2 changed files with 19 additions and 10 deletions

View File

@ -43,13 +43,13 @@ header {
}
}
@media (min-width: 1024px) {
@media (min-width: 768px) {
.phone-only {
display: none;
}
}
@media (max-width: 1023px) {
@media (max-width: 767px) {
.menu-phone {
position: absolute;
top: 0;
@ -81,4 +81,9 @@ header {
}
summary {
list-style: none;
}