Skip to content

Commit

Permalink
Make 2024: Initial style updates
Browse files Browse the repository at this point in the history
See #363


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14023 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
Adam Wood committed Sep 5, 2024
1 parent 6309552 commit 55c309d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ input[type="submit"] {
.site-branding {
box-sizing: border-box;
margin: 0 auto;
max-width: 1024px;
padding: 0 10px;
max-width: var(--wp--style--global--wide-size);
padding: 0 var(--wp--preset--spacing--edge-space);
}

.site-header {
Expand Down Expand Up @@ -931,9 +931,9 @@ nav.o2-post-footer-actions div.jetpack-likes-widget-wrapper {
color: #333;
line-height: 1.45;
width: 100%;
max-width: 940px;
max-width: var(--wp--style--global--wide-size);
margin: 1.5rem auto;
padding: 0;
padding: 40px var(--wp--preset--spacing--edge-space);
}

.make-welcome .entry-content h4,
Expand Down

0 comments on commit 55c309d

Please sign in to comment.