Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Adjust font sizes and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbk committed Jun 1, 2021
1 parent ee08230 commit 194b511
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 7 additions & 3 deletions packages/marko-web-html-sitemap/scss/index.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$primary: #000 !default;
.sitemap {
.breadcrumb {
font-size: 1.5rem;
background: transparent;

}
.page-wrapper {
&__title {
Expand All @@ -16,10 +16,14 @@ $primary: #000 !default;
}
}
.node-list {
&--published-content-list {
margin-bottom: 1.5rem;
&__node {
font-size: 1.1rem;
}
}
.pagination-controls {
padding-top: 1.2rem;
margin-bottom: 1.5rem;
}
.row {
&__dates {
padding-right: .5rem;
Expand Down
1 change: 0 additions & 1 deletion packages/marko-web-html-sitemap/templates/day.marko
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ $ const pageNode = {
<marko-web-node-list
inner-justified=false
flush-x=true
flush-y=true
modifiers=["published-content-list"]
>
<@nodes nodes=nodes>
Expand Down

0 comments on commit 194b511

Please sign in to comment.