summaryrefslogtreecommitdiff
path: root/people/13756.html
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-04-25 17:51:14 +0200
committerAldrik Ramaekers <aldrik@mailbox.org>2026-04-25 17:51:14 +0200
commitec8ffec872a4b6dd35b309e4f5448cf7989d6652 (patch)
treeba8286ac3e8032f1feb323c4431d90afa5140708 /people/13756.html
parent183ac879a0ee74d7bdfabb11c51a29e4a64f1e7f (diff)
Diffstat (limited to 'people/13756.html')
-rw-r--r--people/13756.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/people/13756.html b/people/13756.html
index e94e7d6d..82852243 100644
--- a/people/13756.html
+++ b/people/13756.html
@@ -62,9 +62,16 @@
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;
}
@@ -85,7 +92,7 @@
.person-list {
display: flex;
flex-direction: row;
- width: 1200px;
+ max-width: 1200px;
margin: auto;
}
.person {
@@ -123,7 +130,7 @@
.parents {
display: flex;
flex-direction: row;
- width: 1200px;
+ max-width: 1200px;
margin: auto;
}
.parents .person {