All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 48s
11 lines
149 B
CSS
11 lines
149 B
CSS
.container {
|
|
margin-top: 20px;
|
|
justify-content: space-between;
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 100%;
|
|
}
|
|
|
|
.content {
|
|
|
|
} |