Valentine 10.1
This commit is contained in:
parent
de7a8ef3e0
commit
3bd2a9bb1a
@ -187,7 +187,7 @@ h1.p1-title {
|
|||||||
|
|
||||||
.image-preview-container {
|
.image-preview-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 250px;
|
height: auto; min-height: 200px; max-height: 400px;
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
border: 2px solid rgba(0,0,0,0.05);
|
border: 2px solid rgba(0,0,0,0.05);
|
||||||
border-radius: var(--image-radius);
|
border-radius: var(--image-radius);
|
||||||
@ -202,7 +202,7 @@ h1.p1-title {
|
|||||||
.image-preview-container img {
|
.image-preview-container img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: contain; max-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-group {
|
.button-group {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user