style cleanup

This commit is contained in:
2025-08-12 19:40:54 -04:00
parent 01d1571b0e
commit 4419dd7acc
8 changed files with 50 additions and 105 deletions

View File

@@ -44,41 +44,19 @@ a:visited {
}
.hand {
height: 160px;
background: radial-gradient(rgb(24, 70, 82), rgb(1, 42, 41));
}
min-width: 100px;
width: fit-content;
max-width: 90%;
border: 2px dashed white;
border-radius: 12px;
.full {
height: 100%;
width: 100%;
}
margin-bottom: 50px;
padding: 10px;
.w-full {
width: 100%;
}
.center {
overflow: scroll;
scrollbar-width: none;
display: flex;
justify-content: center;
align-items: center;
}
.column {
display: flex;
flex-direction: column;
}
.free {
position: absolute;
top: 0;
left: 0;
}
.fixed-br {
position: fixed;
bottom: 0;
right: 0;
}
.clear {
pointer-events: none;
gap: 5px;
}