chore: css consolidation + tokens

This commit is contained in:
Cory Dransfeldt 2024-06-30 20:30:41 -07:00
parent b3ce317a90
commit 9df10a074f
No known key found for this signature in database
15 changed files with 67 additions and 65 deletions

View file

@ -7,7 +7,7 @@
margin-top: var(--sizing-base);
& img {
border: 1px solid var(--accent-color);
border: var(--border-default);
width: 100%;
height: auto;
aspect-ratio: var(--aspect-ratio-square);
@ -58,11 +58,11 @@
}
@media screen and (min-width: 768px) {
.artist-focus img {
max-width: 240px;
}
.artist-focus {
& img {
max-width: 240px;
}
& .artist-display {
flex-direction: row;
gap: var(--sizing-md);