summaryrefslogtreecommitdiff
path: root/people/15542.html
diff options
context:
space:
mode:
Diffstat (limited to 'people/15542.html')
-rw-r--r--people/15542.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/people/15542.html b/people/15542.html
index 963cb12e..ea1eeaac 100644
--- a/people/15542.html
+++ b/people/15542.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 {