Files
IGP-Fan-Reference/Web/PageLayout.razor.css
T
6d486f49 6b925c8fc9 ...
2026-06-04 14:12:39 -04:00

8 lines
129 B
CSS

.content {
display: flex;
min-width: 100%;
min-height: 100%;
flex-direction: column;
padding-top: 16px;
}