Files
game-ideas/src/GameIdeas/Client/GameIdeas.BlazorApp/Pages/Games/GamesBase.razor.css
Egamorf 6236ad3db3
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 48s
Fix style for advanced filter
2025-04-07 21:18:29 +02:00

11 lines
149 B
CSS

.container {
margin-top: 20px;
justify-content: space-between;
display: flex;
flex-direction: row;
height: 100%;
}
.content {
}