Fix profile spacing
This commit is contained in:
parent
2be4393f84
commit
6ac0d1899f
@ -34,6 +34,7 @@
|
||||
transition: opacity .5s ease-out;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
border-radius: 1em;
|
||||
margin-bottom: 1em;
|
||||
box-shadow: 0 0 15px rgba(0,0,0,0.3);
|
||||
@ -55,4 +56,8 @@
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
.personnel .person img {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user