Iceshrimp.NET/Iceshrimp.Frontend/Layout/SettingsLayout.razor.css

11 lines
No EOL
173 B
CSS

.layout {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 100%;
}
.body {
width: 100%;
height: 100%;
padding: 2rem;
}