chore: normalize formatting

This commit is contained in:
Cory Dransfeldt 2024-10-19 19:50:10 -07:00
parent 01ed2ac3b3
commit 2f6cfbe7ae
No known key found for this signature in database
61 changed files with 921 additions and 743 deletions

View file

@ -45,7 +45,7 @@ a:active > .watching.hero::after {
&::after {
position: absolute;
z-index: 1;
content: '';
content: "";
top: 0;
left: 0;
box-shadow: var(--box-shadow-media);
@ -53,7 +53,8 @@ a:active > .watching.hero::after {
height: 100%;
border: var(--border-default);
border-radius: var(--border-radius-slight);
transition: border-color var(--transition-duration-default) var(--transition-ease-in-out);
transition: border-color var(--transition-duration-default)
var(--transition-ease-in-out);
}
}
@ -98,4 +99,4 @@ a:active > .watching.hero::after {
.icon-link + .poster.grid {
margin-top: var(--spacing-base);
}
}