From 943603a330c07758f4b8528496517fd0e45b9193 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 19 Mar 2024 13:01:03 +0100 Subject: [PATCH] fix breakpoint --- static/css/portfolio.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/portfolio.css b/static/css/portfolio.css index c4a6618..bd04af6 100644 --- a/static/css/portfolio.css +++ b/static/css/portfolio.css @@ -28,7 +28,7 @@ main ul:not(ul ul) { /* breakpoint */ @media only screen and (max-width: 740px) { - main ul { + main ul:not(ul ul) { grid-template-columns: none; } }