Skip to content

Commit

Permalink
Adjust sidebar margins
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Jan 29, 2024
1 parent 90f137b commit c0bb55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pre {
> .wp-block-wporg-sidebar-container {
width: var(--local--sidebar--width);
inset-inline-start: var(--wp--preset--spacing--edge-space);
margin-top: var(--wp--preset--spacing--20);
}

main {
Expand Down
2 changes: 1 addition & 1 deletion source/wp-content/themes/wporg-developer-2023/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"wporg-sidebar-container": {
"spacing": {
"margin": {
"top": "130px"
"top": "150px"
}
}
},
Expand Down

0 comments on commit c0bb55e

Please sign in to comment.