home, vault, and profile pages are framed out
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
<img :src="keep.img" class="card-img" :alt="keep.name">
|
||||
<div class="card-img-overlay d-flex justify-content-between align-items-end">
|
||||
<h5 class="card-title">{{ keep.name }}</h5>
|
||||
<a href="#">
|
||||
<img :src="keep.creator.picture" :alt="keep.creator.name" class="rounded-pill img-fluid">
|
||||
</a>
|
||||
<img :src="keep.creator.picture" :alt="keep.creator.name" class="rounded-pill img-fluid profile-pic">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -54,9 +52,10 @@ export default {
|
||||
.card-img {
|
||||
min-height: 160px;
|
||||
max-height: 80vh;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.card-img-overlay img {
|
||||
max-height: 36px;
|
||||
.profile-pic {
|
||||
height: 36px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user