mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-09-26 16:05:03 -04:00
Line the breadcrumb up with the page content
The breadcrumb bar is the same colour as the page, but its side padding pushed the text 1rem in from the edge the heading and content sit on. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
1 parent
ee79428271
commit
da04f8adb9
1 file changed
+4
-2
@@ -47,9 +47,11 @@ $card-border-radius: 2px;
|
||||
$card-inner-border-radius: 2px;
|
||||
$card-box-shadow: $material-shadow-raised;
|
||||
|
||||
// Breadcrumbs as the old skin drew them: padded, with a > divider.
|
||||
// Breadcrumbs as the old skin drew them, with a > divider. No side padding: the
|
||||
// bar is the same colour as the page, so it only pushed "Home" in from the
|
||||
// edge that the heading and content line up with.
|
||||
$breadcrumb-padding-y: 0.75rem;
|
||||
$breadcrumb-padding-x: 1rem;
|
||||
$breadcrumb-padding-x: 0;
|
||||
$breadcrumb-divider: quote(">");
|
||||
// The sizes the old Material skin gave the display-* classes the site uses (display-3, display-4).
|
||||
$display-font-sizes: (
|
||||
|
||||
Reference in new issue
Block a user