From: Michael D. Lowis Date: Sat, 9 Jan 2021 02:13:47 +0000 (-0500) Subject: reworked search to be always visible for mobile and desktop usage X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=df13765016add2a72c4a0ad03c16fcae2927726e;p=projs%2Fmdl.git reworked search to be always visible for mobile and desktop usage --- diff --git a/index.html b/index.html index 6a5686c..3b59177 100644 --- a/index.html +++ b/index.html @@ -3,22 +3,35 @@ -Michael D. Lowis - About Me +Jarvis - + + +
- - - - diff --git a/style.css b/style.css index cfecf32..634c714 100644 --- a/style.css +++ b/style.css @@ -68,6 +68,18 @@ blockquote { // padding: 0.5em 1em 0.5em 1em; //} +nav { + width: 100%; + margin: auto; + padding-bottom: 2rem; +} + +nav input { + width: 100%; + margin: auto; + height: 1.5rem; +} + header a { color: var(--fg-color); text-decoration: none;