Skip to content

Commit

Permalink
Merge pull request #7 from adobecom/stage
Browse files Browse the repository at this point in the history
Sync Stage
  • Loading branch information
Brandon32 authored Jan 15, 2025
2 parents a2c8c90 + aedcaf4 commit 33d0319
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion blog/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,17 @@ main p picture img {

.recommended-articles-small-content-wrapper .article-card .article-card-body h3 {
margin-bottom: 0;
}
}

main .article-header {
margin: 0;
padding-top: var(--spacing-xxl);
}

main .article-header .article-category div,
main .article-header .article-category p {
margin: 0;
}

@media screen and (min-width: 600px) {
body main {
Expand Down
1 change: 1 addition & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"title": "Library",
"environments": [ "edit" ],
"isPalette": true,
"passConfig": true,
"paletteRect": "top: auto; bottom: 20px; left: 20px; height: 398px; width: 360px;",
"url": "https://milo.adobe.com/tools/library",
"includePaths": [ "**.docx**" ]
Expand Down

0 comments on commit 33d0319

Please sign in to comment.