mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
fix image dimensions
This commit is contained in:
parent
bf4a90b8b5
commit
98ed4dfe85
1 changed files with 4 additions and 4 deletions
|
@ -25,10 +25,10 @@ body {
|
|||
}
|
||||
|
||||
.img-answerbox {
|
||||
min-height: 64px;
|
||||
min-width: 64px;
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
min-height: 32px;
|
||||
min-width: 32px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.answerbox-question-text, .answerbox-question-user {
|
||||
|
|
Loading…
Reference in a new issue