25 lines
532 B
CSS
25 lines
532 B
CSS
.proj-create {
|
|
/* min-height: 100%; */
|
|
/* background-color: var(--color-light); */
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
padding-bottom: 26px;
|
|
box-sizing: border-box;
|
|
background-color: rgb(255, 255, 255);
|
|
margin-top: 18px;
|
|
background-image: url('../../static/buyback.png');
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.proj-create .proj {
|
|
margin-top: 33px;
|
|
}
|
|
.proj-create .test{
|
|
/* height: 30p; */
|
|
} |