From 270f592fc65cd5553ccf7c0dc81431c3efdf67ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 3 Oct 2025 17:21:29 +0200 Subject: feat(frontend): bundle htmx and set every external link to target blank --- frontend/scss/home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/scss/home.scss b/frontend/scss/home.scss index 29a0116..0b85b2b 100644 --- a/frontend/scss/home.scss +++ b/frontend/scss/home.scss @@ -23,7 +23,7 @@ article article { align-content: center; gap: var(--margin-base); - @media only screen and (max-width: 350px) { + @media only screen and (max-width: 400px) { display: flex; flex-direction: column-reverse; } -- cgit v1.2.3