Skip to content
Snippets Groups Projects
Commit c9022856 authored by xaralis's avatar xaralis
Browse files

fix: cf2021 grid layout

parent f906db5f
No related branches found
No related tags found
No related merge requests found
Pipeline #1947 passed
......@@ -10,7 +10,7 @@
grid-template-areas: "title title"
"video notifications"
"posts notifications";
grid-template-rows: auto auto auto 1fr;
grid-template-rows: auto auto 1fr;
grid-template-columns: theme("width.7/12") 1fr;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment