logo

Grimgrains

[mirror] Plant-based cooking website <https://grimgrains.com/>
commit: de1ba6a0b144133db42acee35c682321b955de54
parent 7d469dcb284bd11090c311e4b5e7e3d03d69a85c
Author: Rekka Bell <rekkabell@gmail.com>
Date:   Tue, 29 Mar 2022 09:03:48 -0700

Merge pull request #61 from georgeblahblah/lactofermentation-nav-fix

Apply border style to lactofermentation nav item

Diffstat:

Mlinks/main.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/main.css b/links/main.css @@ -86,7 +86,7 @@ main > table.col b { font-weight: bold } main img.characters {max-width: 100px;} -body.home nav ul li.home, body.about nav ul li.about, body.tools nav ul li.tools, body.nutrition nav ul li.nutrition, body.sprouting nav ul li.sprouting { border-bottom-color: black } +body.home nav ul li.home, body.about nav ul li.about, body.tools nav ul li.tools, body.nutrition nav ul li.nutrition, body.sprouting nav ul li.sprouting, body.lactofermentation nav ul li.lactofermentation { border-bottom-color: black } @media (max-width: 650px){ main ul.recipes { columns:1 }