diff options
| author | s1n <[email protected]> | 2019-10-23 20:50:22 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-23 20:50:22 -0700 |
| commit | e0d0ba212654069932a72eaf44d356de3031d433 (patch) | |
| tree | 6215f1cb8069acfc52fd5b1df2944f06f3f16877 /to | |
| parent | make all mobile sites into media queries :))) (diff) | |
| download | s1n.pw-admin-e0d0ba212654069932a72eaf44d356de3031d433.tar.xz s1n.pw-admin-e0d0ba212654069932a72eaf44d356de3031d433.zip | |
remove ;
Diffstat (limited to 'to')
| -rw-r--r-- | to/halloween-blender/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/to/halloween-blender/index.html b/to/halloween-blender/index.html index 2c176d4..3295070 100644 --- a/to/halloween-blender/index.html +++ b/to/halloween-blender/index.html @@ -34,7 +34,7 @@ <!-- Inline CSS --> <style> - @media(max-width: 768px;) { + @media(max-width: 768px) { .navigation-bar { display: none; } |