css fix
This commit is contained in:
parent
b8aae7ebeb
commit
eb95653d46
|
@ -350,7 +350,7 @@ body {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
|
box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
.u-photo {flex-grow: 1; flex-basis: 160px; height: auto;}
|
.u-photo {flex-grow: 1; flex-basis: 160px; width: 100%; height: auto;}
|
||||||
.info {
|
.info {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
background: white;
|
background: white;
|
||||||
|
|
Loading…
Reference in a new issue