11 lines
191 B
CSS
11 lines
191 B
CSS
.proj-create {
|
|
height: 100%;
|
|
background-color: var(--color-light);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.proj-create .proj {
|
|
margin: 15px;
|
|
} |