Fixed size of image in member section
This commit is contained in:
parent
e42c2588dd
commit
3183e77e9d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user