diff --git a/css/master.css b/css/master.css index 4d2e789..e6c189c 100644 --- a/css/master.css +++ b/css/master.css @@ -86,7 +86,7 @@ section.member{ margin: 2em 0 0 0; } section.member-last{ - width: 50%; + width: 23em; margin: 5em auto 0 auto; display: block; text-align: center; @@ -160,7 +160,7 @@ nav { } nav ul { list-style-type: none; - margin: 20% auto 0 auto; + margin: 6em auto 0 auto; display: grid; grid-template-rows: repeat(6, 8em); justify-content: space-evenly;