lets tryout these thumbnail styles
This commit is contained in:
parent
d181cd9e3f
commit
c9dc97298a
1 changed files with 9 additions and 5 deletions
|
@ -79,12 +79,16 @@
|
|||
}
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
font-size: 14px;
|
||||
|
||||
.media__thumb {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: var(--spacing-small);
|
||||
bottom: var(--spacing-small);
|
||||
opacity: 0.1;
|
||||
width: 4rem;
|
||||
height: 2.25rem;
|
||||
}
|
||||
|
||||
.channel-thumbnail {
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue