From 6a0bd9b35944b2aa719e3bb8483b580cbb0f53d8 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 23 Dec 2024 20:50:30 +0100 Subject: [PATCH] pilars in row even when smaller --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 9838f10..f54f74f 100644 --- a/index.css +++ b/index.css @@ -137,7 +137,7 @@ li { } /* Wide screen */ -@media only screen and (min-width: 751px) { +@media only screen and (min-width: 521px) { .pilars { flex-direction: row; }