Bilder-Rand-Fix-Fiunal
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
.scrap-grid {
|
||||
display: flex; flex-wrap: wrap; gap: 2em 1.6em; justify-content: center; padding: 1em 0.5em;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.scrap-item { background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,0.16); transition: transform 0.15s ease; }
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
.tab-btn { background: #fff; color: var(--ink-soft); border: 2px solid var(--line); box-shadow: none; padding: 0.5em 1em; }
|
||||
.tab-btn.active { background: var(--ink-soft); color: #fff; border-color: var(--ink-soft); }
|
||||
|
||||
.blocks-list { display: flex; flex-wrap: wrap; gap: 1.2em; margin-top: 1.4em; }
|
||||
.blocks-list { display: flex; flex-wrap: wrap; gap: 1.2em; margin-top: 1.4em; align-items: flex-start; }
|
||||
.block-item {
|
||||
background: var(--paper-2); border-radius: 10px; box-shadow: var(--shadow);
|
||||
padding: 1em; width: 220px; position: relative;
|
||||
|
||||
Reference in New Issue
Block a user