1
0
forked from sent/waves
This commit is contained in:
𓍼 2025-04-26 13:50:16 -05:00
parent bc497bf1bf
commit 86adf4d9c0

View File

@ -39,7 +39,7 @@
border: 1px solid #ffffff21; border: 1px solid #ffffff21;
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
transition: all 0.3s ease; transition: all 0.3s ease;
width: 180px; width: 190px;
height: 250px; height: 250px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -117,7 +117,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(calc(-50% + 195px), -50%); transform: translate(calc(-50% + 195px), -50%);
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: 500;
color: #000000; color: #000000;