Files
game-ideas/src/GameIdeas/Client/GameIdeas.BlazorApp/Pages/Games/GamesBase.razor.css
Maxime Adler 7cd289fc5d
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 39s
Refactor header and base page
2025-04-08 14:28:33 +02:00

12 lines
208 B
CSS

.container {
margin-top: 20px;
margin-bottom: 10px;
justify-content: space-between;
display: flex;
flex-direction: row;
height: 100%;
}
.content {
z-index: var(--index-content);
}