chore: Sort styles for media (no behaviour changes)
This commit is contained in:
@ -1,19 +1,19 @@
|
||||
img,
|
||||
video {
|
||||
border-radius: var(--rounded-corner);
|
||||
box-shadow: var(--shadow);
|
||||
display: block;
|
||||
margin: 2rem auto;
|
||||
max-width: 100%;
|
||||
border-radius: var(--rounded-corner);
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
img {
|
||||
transition: var(--transition-longer);
|
||||
|
||||
&:not(.no-hover):hover {
|
||||
transform: scale(110%);
|
||||
border-radius: 0;
|
||||
box-shadow: var(--shadow-raised);
|
||||
transform: scale(110%);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user