fixed #179
This commit is contained in:
parent
2775361055
commit
c6a3d61175
1 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ body > ol > li:after, header.profile:after {
|
|||
header.profile img {
|
||||
float: left;
|
||||
margin: 0 10px 10px 0;
|
||||
max-height: 100px;
|
||||
max-height: 300px;
|
||||
max-width: 100px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
@ -126,9 +126,9 @@ p {
|
|||
float: left;
|
||||
margin-left: 2px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
max-height: 300px;
|
||||
border: 0px solid #f00;
|
||||
-webkit-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue