Skip to content

Commit

Permalink
Recompile WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Oct 12, 2023
1 parent 15ce57b commit 6308abf
Show file tree
Hide file tree
Showing 16 changed files with 96 additions and 92 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
------------------------------------------------------------------------------*/

.about__section .wp-people-group-title {
margin-bottom: calc(var(--gap) * 2);
margin-bottom: calc(var(--gap) * 2 - 10px);
text-align: center;

}
Expand All @@ -749,7 +749,7 @@
display: inline-block;
vertical-align: top;
box-sizing: border-box;
margin-bottom: var(--gap);
margin-bottom: calc(var(--gap) - 10px);
width: 25%;
text-align: center;
}
Expand Down Expand Up @@ -781,8 +781,10 @@
}

.about__section .wp-person .web {
display: block;
font-size: 1.4em;
font-weight: 600;
padding: 10px 10px 0;
text-decoration: none;
}

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@
------------------------------------------------------------------------------*/

.about__section .wp-people-group-title {
margin-bottom: calc(var(--gap) * 2);
margin-bottom: calc(var(--gap) * 2 - 10px);
text-align: center;

}
Expand All @@ -748,7 +748,7 @@
display: inline-block;
vertical-align: top;
box-sizing: border-box;
margin-bottom: var(--gap);
margin-bottom: calc(var(--gap) - 10px);
width: 25%;
text-align: center;
}
Expand Down Expand Up @@ -780,8 +780,10 @@
}

.about__section .wp-person .web {
display: block;
font-size: 1.4em;
font-weight: 600;
padding: 10px 10px 0;
text-decoration: none;
}

Expand Down

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/playground/remote/src/wordpress/wp-5.9.data

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/playground/remote/src/wordpress/wp-5.9.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/playground/remote/src/wordpress/wp-6.0.data

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/playground/remote/src/wordpress/wp-6.0.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/playground/remote/src/wordpress/wp-6.1.data

Large diffs are not rendered by default.

Loading

0 comments on commit 6308abf

Please sign in to comment.