fixed again.
This commit is contained in:
parent
3d84a08aaa
commit
3e77924741
1 changed files with 4 additions and 1 deletions
|
@ -59,8 +59,11 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listing, .comment {
|
.listing {
|
||||||
min-height: 61px;
|
min-height: 61px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.details {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue