diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..dfb6dde Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html index 4a8d692..c391f4e 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,16 @@ + Monodon Pages
-
+

Nothing here

-
+
diff --git a/style.css b/style.css index 151058d..b350248 100644 --- a/style.css +++ b/style.css @@ -34,9 +34,13 @@ html,body { flex-direction: row; justify-content: center; align-items: center; + + color: inherit; + text-decoration: none; } #logo { + display: none; margin-right: 1em; height: 100%; } @@ -45,3 +49,9 @@ html,body { margin: 0; text-wrap: nowrap; } + +@media screen and (min-width: 1200px) { + #logo { + display: block; + } +}