mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
remove js
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user