diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-04-25 17:51:14 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-04-25 17:51:14 +0200 |
| commit | ec8ffec872a4b6dd35b309e4f5448cf7989d6652 (patch) | |
| tree | ba8286ac3e8032f1feb323c4431d90afa5140708 /templates/names_template.html | |
| parent | 183ac879a0ee74d7bdfabb11c51a29e4a64f1e7f (diff) | |
Diffstat (limited to 'templates/names_template.html')
| -rw-r--r-- | templates/names_template.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/names_template.html b/templates/names_template.html index 03e617cd..9ebdd4fd 100644 --- a/templates/names_template.html +++ b/templates/names_template.html @@ -62,9 +62,15 @@ text-align: center; padding: 0; display: flex; - width: 600px; + max-width: 600px; margin: auto; } + + @media (max-width: 550px) { + .navbar ul { + display: block; + } + } a,a:active,a:hover { color: black; } |
