logo

Grimgrains

Unnamed repository; edit this file 'description' to name the repository.
commit: 650dd91daa47d936b35e304a5ca174d56390b9f5
parent 5e91c2b3392345fc83c68ad7cc0bdd9da9174ff5
Author: Rekka Bell <rekkabell@gmail.com>
Date:   Wed, 25 Nov 2020 12:19:17 -0800

Merge pull request #48 from Thomasorus/master

Fixed recipes texts being 2 columns on mobile

Diffstat:

Mlinks/main.css1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/main.css b/links/main.css @@ -83,4 +83,5 @@ body.home nav ul li.home, body.about nav ul li.about, body.tools nav ul li.tools @media (max-width: 850px) { main ul.recipes { columns:1; } main p.col2 { columns:1; } + main > div.col2 { columns: 1; } }