feat: add recent movies feed
This commit is contained in:
parent
7e42d1789d
commit
2fef5d60d8
6 changed files with 404 additions and 2 deletions
10
src/css/blocks/now.css
Normal file
10
src/css/blocks/now.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.media-grid {
|
||||
display: grid;
|
||||
grid-gap: var(--spacing-0\.5);
|
||||
}
|
||||
|
||||
@supports (width: min(100px, 100%)) {
|
||||
.media-grid {
|
||||
grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue