fix: common aspect ratios
This commit is contained in:
parent
f7b234e7e2
commit
c883db21d8
6 changed files with 16 additions and 16 deletions
|
@ -10,6 +10,7 @@
|
|||
border: 1px solid var(--accent-color);
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: var(--aspect-ratio-square);
|
||||
}
|
||||
|
||||
& .artist-display {
|
||||
|
|
Reference in a new issue