fixed #113
This commit is contained in:
parent
9f6c9f9131
commit
f4c72da843
2 changed files with 83 additions and 12 deletions
|
@ -147,12 +147,6 @@ p {
|
|||
}
|
||||
|
||||
.images img {
|
||||
border-radius: 5px;
|
||||
max-height: 75px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.images img.photo {
|
||||
max-width: 100%;
|
||||
max-height: inherit;
|
||||
margin-right: 0;
|
||||
|
@ -160,6 +154,10 @@ p {
|
|||
box-shadow: 0 0 1px black;
|
||||
}
|
||||
|
||||
.images img.photo {
|
||||
|
||||
}
|
||||
|
||||
.data {
|
||||
margin-left: 62px;
|
||||
}
|
||||
|
|
Reference in a new issue