Screenshot des Problems
Code: Select all
#notes-div {
display: flex;
flex-wrap: wrap;
justify-content: start;
width: fit-content;
outline: 2px solid red;
}
.note {
background-color: white;
border: var(--border);
width: 250px;
height: 300px;
border-radius: 8px;
padding: 12px;
margin: 12px;
box-shadow: 3px 0 24px rgba(0,0,0,0.1);
cursor: pointer;
transition: 0.2s;
box-sizing: border-box;
}Code: Select all
hi
hi
hi
hi
hi
Mobile version