From: Ben Larson Date: Sat, 5 Mar 2022 21:13:39 +0000 (-0600) Subject: Make separator sticky X-Git-Url: http://git.neb.cc/?a=commitdiff_plain;h=cccc415054088c87a6f28286ed6637c899650808;p=xyz.git Make separator sticky --- diff --git a/src/bookshelf/index.html b/src/bookshelf/index.html index cbbaaac..40124c6 100644 --- a/src/bookshelf/index.html +++ b/src/bookshelf/index.html @@ -38,6 +38,7 @@

Ben's Bookshelf

+
  1. diff --git a/src/index.html b/src/index.html index a849183..07011df 100644 --- a/src/index.html +++ b/src/index.html @@ -23,6 +23,7 @@

    Ben Larson

    +

    I am a software developer in Nashville, Tennissee. For ðe past diff --git a/src/styles/main.css b/src/styles/main.css index 4bd1b7c..d004831 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -19,7 +19,14 @@ body { header { background-color: var(--background-color-header); padding: 6rem 3rem 3rem 3rem; - box-shadow: 0 1px var(--separator-color); +} + +hr { + position: sticky; + top: 0; + height: 1px; + border: 0; + background: var(--separator-color); } h1 { diff --git a/src/wishlist/index.html b/src/wishlist/index.html index 94dd5fd..40ca0cc 100644 --- a/src/wishlist/index.html +++ b/src/wishlist/index.html @@ -23,6 +23,7 @@

    Ben's Wishlist

    +

    Note: I'm ðe only one who can update ðis, so be careful.