mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-21 03:54:14 -05:00
14 lines
188 B
CSS
14 lines
188 B
CSS
.preview {
|
|
width: 144px;
|
|
height: 144px;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
|
|
&.banner {
|
|
width: 100%;
|
|
height: auto;
|
|
max-width: 320px;
|
|
border-radius: var(--radius-box);
|
|
}
|
|
}
|