mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 18:31:24 +02:00
fix 'max-width' not working
This commit is contained in:
parent
ab2dff4859
commit
05eaa9eebc
@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes, viewport-fit=cover" />
|
||||||
<title>{TITLE}</title>
|
<title>{TITLE}</title>
|
||||||
<style>
|
<style>
|
||||||
{STYLES}
|
{STYLES}
|
||||||
|
@ -72,4 +72,10 @@ html, body {
|
|||||||
nav {
|
nav {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-device-width: 855px) {
|
||||||
|
nav {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user