wip add button and feed stuff

This commit is contained in:
john 2025-05-03 23:40:30 +02:00
parent 38d09a582c
commit 1c2d6d60a6
11 changed files with 211 additions and 46 deletions

6
src/pages/FeedView.css Normal file
View file

@ -0,0 +1,6 @@
@media (width >= 48rem) {
main {
display: grid;
grid-template-columns: 1.618fr 1fr;
}
}