aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss/home.scss
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-03 17:21:29 +0200
committerWilliam Hergès <william@herges.fr>2025-10-03 17:21:29 +0200
commit270f592fc65cd5553ccf7c0dc81431c3efdf67ab (patch)
tree4c1c53f3c40b6324201dda10a8c30c7438fcbde7 /frontend/scss/home.scss
parented216fcfbd19d97f35292ceb9af77aab989446b0 (diff)
feat(frontend): bundle htmx and set every external link to target blank
Diffstat (limited to 'frontend/scss/home.scss')
-rw-r--r--frontend/scss/home.scss2
1 files changed, 1 insertions, 1 deletions
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;
}