diff options
| author | s1n <[email protected]> | 2019-10-23 20:49:24 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-23 20:49:24 -0700 |
| commit | 186c562564f40b33ef9c57fe382a6b63e0cbc48d (patch) | |
| tree | a3702ff8e56a4e73e764206f9560a9bd7021dc8a /to/halloween-blender | |
| parent | accurate mobile detec (diff) | |
| download | s1n.pw-admin-186c562564f40b33ef9c57fe382a6b63e0cbc48d.tar.xz s1n.pw-admin-186c562564f40b33ef9c57fe382a6b63e0cbc48d.zip | |
make all mobile sites into media queries :)))
Diffstat (limited to 'to/halloween-blender')
| -rw-r--r-- | to/halloween-blender/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/to/halloween-blender/index.html b/to/halloween-blender/index.html index 3e9adfd..2c176d4 100644 --- a/to/halloween-blender/index.html +++ b/to/halloween-blender/index.html @@ -32,6 +32,15 @@ <script src="/js/background-sparkles.js"></script> <script src="/to/js/countdown.js"></script> + <!-- Inline CSS --> + <style> + @media(max-width: 768px;) { + .navigation-bar { + display: none; + } + } + </style> + <!-- Navigation Bar --> <div class="navigation-bar"> <nav class="nav"> |