bulletboards/ImageBoardServerApp/Shared/Components/Board.razor.css
limited_dev 47cde5f928 feat: round image corners
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
2023-06-07 20:05:24 +02:00

18 lines
No EOL
285 B
CSS

.boardHeader{
text-align: center;
}
.notLoggedIn{
text-align: center;
}
.banner{
justify-content: center;
display: block;
margin-left: auto;
margin-right: auto;
width: 500px;
max-height: 500px;
max-width: 80vw !important;
border-radius: 5px;
}