Skip to content

Commit

Permalink
Update consolidated snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 6, 2025
1 parent 5305b4b commit 7170e0c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/consolidated/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,18 @@
],
"contributors": [],
"code": "body {\n display: flex;\n flex-direction: column;\n min-height: 100vh;\n}\n\nfooter {\n margin-top: auto;\n}\n"
},
{
"title": "Sticky Navbar",
"description": "Ensure the navbar always shows and remains at the top of the page on scroll.",
"author": "Haider Mukhtar",
"tags": [
"layout",
"navbar",
"sticky"
],
"contributors": [],
"code": ".navbar{\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n}\n"
}
]
},
Expand Down

0 comments on commit 7170e0c

Please sign in to comment.