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;
|
margin: 2em 0 0 0;
|
||||||
}
|
}
|
||||||
section.member-last{
|
section.member-last{
|
||||||
width: 50%;
|
width: 23em;
|
||||||
margin: 5em auto 0 auto;
|
margin: 5em auto 0 auto;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -160,7 +160,7 @@ nav {
|
|||||||
}
|
}
|
||||||
nav ul {
|
nav ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 20% auto 0 auto;
|
margin: 6em auto 0 auto;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: repeat(6, 8em);
|
grid-template-rows: repeat(6, 8em);
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
|
Loading…
Reference in New Issue
Block a user