From 11f8629251a63f3a3260b9ed28277ed312abd136 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Mon, 20 Feb 2023 10:04:10 +0100 Subject: Small media query adjustments --- sass/components/_project-container.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sass/components/_project-container.scss') diff --git a/sass/components/_project-container.scss b/sass/components/_project-container.scss index ed5fb0d..0bb8940 100644 --- a/sass/components/_project-container.scss +++ b/sass/components/_project-container.scss @@ -6,7 +6,7 @@ } // mobile to smaller laptop screen sizes -@media screen and (max-width: 1380px) { +@media screen and (max-width: 1400px) { .project-container { @include flex-column-center; gap: 5rem; -- cgit v1.2.3