Bilder-Rand-Fix

This commit is contained in:
2026-09-07 19:20:10 +02:00
parent b639c03ef8
commit c057fde907
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
.scrap-item { background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,0.16); transition: transform 0.15s ease; }
.scrap-item:hover { transform: scale(1.04) rotate(0deg) !important; z-index: 2; }
.scrap-item.polaroid { padding: 10px 10px 30px; width: 220px; }
.scrap-item.polaroid { padding: 10px 10px 16px; width: 220px; }
.scrap-item.polaroid img { display: block; max-width: 100%; max-height: 260px; width: auto; height: auto; margin: 0 auto; }
.scrap-item.text-note { width: 220px; min-height: 160px; padding: 1.2em; background: #fef7d6; font-family: Georgia, serif; }