mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
featured image -> object fit > w/h
This commit is contained in:
parent
e4930546df
commit
24d2997f34
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@
|
||||||
<style>
|
<style>
|
||||||
.gallery-item :global(.featured-img) {
|
.gallery-item :global(.featured-img) {
|
||||||
box-shadow: 0px 0px 12px #0c0c0c !important;
|
box-shadow: 0px 0px 12px #0c0c0c !important;
|
||||||
width: 100%;
|
object-fit: cover;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
.card-thumb-label i {
|
.card-thumb-label i {
|
||||||
font-size: 1.5vw;
|
font-size: 1.5vw;
|
||||||
|
|
Loading…
Reference in a new issue