Iceshrimp.NET/Iceshrimp.Frontend/Components/SearchComponent.razor.css
2024-07-03 00:53:16 +02:00

30 lines
No EOL
600 B
CSS

.search {
display: flex;
justify-content: center;
padding: 1rem;
}
.end {
display: flex;
justify-content: center;
padding: 1rem;
}
.note-container {
max-width: 45rem;
background-color: var(--foreground-color);
padding: 1.5rem 1.5rem 1rem; /* top, left-right, bottom*/
@media (max-width: 1000px) {
padding: 1.5rem 1rem 1rem;
}
border-radius: 0.75rem;
margin-top: 1rem;
margin-right: 0.5rem;
margin-left: 0.5rem;
width: 100%;
}
.wrapper {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}