From df13765016add2a72c4a0ad03c16fcae2927726e Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 8 Jan 2021 21:13:47 -0500 Subject: [PATCH] reworked search to be always visible for mobile and desktop usage --- index.html | 61 +++++++++++++++++++++++++++++++++++------------------- style.css | 12 +++++++++++ 2 files changed, 52 insertions(+), 21 deletions(-) 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; -- 2.52.0