summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 2245ed1..7bebb57 100755
--- a/index.html
+++ b/index.html
@@ -11,8 +11,8 @@
<link rel="manifest" href="/favicon/site.webmanifest">
<style>
.bg {display: flex; justify-content: center; flex-direction: column; min-height: 100vh; background-image: url("media/clouds-m.png"); background-size: cover; background-position: center center; background-attachment: fixed; image-rendering: crisp-edges; image-rendering: pixelated;}
- .main {flex-direction: row; justify-content: flex-start; padding: 10vw;}
- .main img {height: 32px; image-rendering: unset;}
+ .main {flex-direction: row; justify-content: flex-start; padding: 12.5vw;}
+ .main img {height: 1.5rem; image-rendering: unset;}
nav {flex: none; width: unset; height: unset; position: static; padding: 0; background: none; border: none; overflow: hidden;}
nav pre {font-size: 0.75rem;}
@media screen and (max-width: 800px) {nav pre {font-size: 1rem;}}