This commit is contained in:
Bloody
2023-09-29 00:54:35 +07:00
parent 00de2c0c15
commit 78b08f6097
3 changed files with 225 additions and 6 deletions

View File

@@ -1,4 +1,12 @@
.left_board{
max-width: 88px;
max-height: 80%;
}
.rectangle-77, .rectangle-77 * {
box-sizing: border-box;
}
.rectangle-77 {
background: #17181c;
border-radius: 20px;
width: 1362px;
height: 87px;
position: relative;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}