no message

This commit is contained in:
2025-11-18 00:04:58 +01:00
parent e9005e1592
commit 4caebefd16
4 changed files with 62 additions and 62 deletions

View File

@@ -24,7 +24,7 @@
#popup-box {
position: relative;
width: min(95vw, 1800px);
width: clamp(320px, 90vw, 3600px);
max-height: 90vh;
background: linear-gradient(
@@ -165,7 +165,7 @@
/* rechte spalte */
.addon {
display: flex;
display: block;
flex-direction: column;
gap: clamp(1rem, 1.5vw, 2rem);
padding-top: 1rem;
@@ -177,7 +177,7 @@
.popup-recipe-content picture.recipe-image-wrapper {
float: left;
width: clamp(260px, 70%, 3840px);
width: clamp(64px, 45%, 3840px);
margin: 0 1.5rem 1.2rem 0;
border-radius: 10px;
display: block;