Iceshrimp.NET/Iceshrimp.Backend/Pages/Index.cshtml.css
2024-11-21 18:35:37 +01:00

19 lines
No EOL
305 B
CSS

.header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-top: 24px;
margin-bottom: 12px;
flex-wrap: wrap-reverse;
gap: 0 12px;
}
.header>h1 {
margin: 0;
}
.header>.wordmark {
width: 160px;
line-height: 0;
padding-bottom: 4px;
}