touchy upy

This commit is contained in:
KS Jannette
2026-02-12 06:20:29 -05:00
parent 814e008b21
commit 33f62522b7
5 changed files with 9 additions and 7 deletions

View File

@@ -4,6 +4,6 @@
color: #6dd6f4;
border: 1px solid rgb(92, 0, 91);
width: 16rem;
height: 2.5rem;
height: 3rem;
margin-top: 14px;
}

View File

@@ -9,6 +9,7 @@
.stickies-container {
margin: 36px 0px 36px 0px;
}
.clusters-container {
display: flex;
flex-direction: column;
@@ -17,7 +18,7 @@
}
.cluster-group {
border: 1px solid rgba(255, 255, 255, 0.1);
border: 1px solid #6dd6f4;
border-radius: 8px;
padding: 16px;
}