correct blank profile image alignment
This commit is contained in:
parent
4f84a3620e
commit
1629b47bde
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
.no-background {
|
.no-background {
|
||||||
.profile-image {
|
.profile-image {
|
||||||
height: 0;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -493,7 +493,6 @@
|
||||||
.staff-counters {
|
.staff-counters {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: $primary;
|
background: $primary;
|
||||||
padding: 2px 0;
|
|
||||||
> div {
|
> div {
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue