Fixed size of image in member section

This commit is contained in:
Marcel Petráň 2019-04-19 21:47:22 +02:00
parent e42c2588dd
commit 3183e77e9d

View File

@ -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;