logo

Grimgrains

[mirror] Plant-based cooking website <https://grimgrains.com/>
commit: 8b07ece7a7246b456c88e3053a5f69685fb68956
parent b51e43807e8ab432850fdd2a933b91d62ec1c489
Author: neauoire <aliceffekt@gmail.com>
Date:   Thu,  9 Jan 2020 09:16:04 -0500

Trying to fix issue with bullets

Diffstat:

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

diff --git a/links/main.css b/links/main.css @@ -32,7 +32,7 @@ main > p a.external:after { content:"*"; color:#999; } main > p b { font-weight: bold; } main > p b.head { text-transform: capitalize;font-size: 24px;line-height: 45px;display: block;margin: 30px 0px; } main > ul { display: block; margin-bottom:30px; position: relative; } -main > ul > li { max-width:550px; margin-bottom:15px; font-size:18px; padding-left:30px; line-height: 24px; font-size:18px; } +main > ul > li { max-width:550px; margin-bottom:15px; font-size:18px; padding-left:30px; line-height: 24px; font-size:18px; position: relative;} main > ul > li:before { content:"•"; position: absolute; margin-left:-30px; } main > ul > li > b { font-weight: bold; } main > ul > li > a { font-weight: bold; cursor: pointer; text-decoration: underline; }