From 0c426a328a229667e817b3fb057449daee18908f Mon Sep 17 00:00:00 2001 From: "De las Casas Young, Francisco" Date: Fri, 26 Apr 2024 09:58:05 +0200 Subject: [PATCH] fix styling --- global-resources/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-resources/css/index.css b/global-resources/css/index.css index 504abdb..11a96db 100644 --- a/global-resources/css/index.css +++ b/global-resources/css/index.css @@ -199,7 +199,7 @@ section { @media screen and (max-width: 1000px) { .reviews { - grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(3, 1fr); } .experience { flex-wrap: wrap;