Valentine 10.1

This commit is contained in:
Flatlogic Bot 2026-02-06 18:37:04 +00:00
parent de7a8ef3e0
commit 3bd2a9bb1a

View File

@ -187,7 +187,7 @@ h1.p1-title {
.image-preview-container {
width: 100%;
height: 250px;
height: auto; min-height: 200px; max-height: 400px;
background-color: rgba(255, 255, 255, 0.5);
border: 2px solid rgba(0,0,0,0.05);
border-radius: var(--image-radius);
@ -202,7 +202,7 @@ h1.p1-title {
.image-preview-container img {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: contain; max-height: 400px;
}
.button-group {