diff options
| author | William Hergès <william@herges.fr> | 2025-10-03 17:21:29 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-03 17:21:29 +0200 |
| commit | 270f592fc65cd5553ccf7c0dc81431c3efdf67ab (patch) | |
| tree | 4c1c53f3c40b6324201dda10a8c30c7438fcbde7 /frontend | |
| parent | ed216fcfbd19d97f35292ceb9af77aab989446b0 (diff) | |
feat(frontend): bundle htmx and set every external link to target blank
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/scss/home.scss | 2 |
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; } |
