summaryrefslogtreecommitdiff
path: root/templates/names_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/names_template.html')
-rw-r--r--templates/names_template.html8
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;
}