Iceshrimp.NET/Iceshrimp.Frontend/Layout/MainLayout.razor.css
2024-06-19 01:56:49 +02:00

6 lines
No EOL
135 B
CSS

.page {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: var(--background-color)
}