Skip to content

Commit

Permalink
カラムCSSの調整
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Mar 11, 2024
1 parent 3d89f26 commit eefeb10
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions amp.css
Expand Up @@ -6036,6 +6036,7 @@ figcaption {
justify-content: space-between;
position: relative;
margin: 0;
gap: 1%;
}
.column-wrap > div {
width: 49.5%;
Expand Down
2 changes: 2 additions & 0 deletions css/admin.css
Expand Up @@ -5812,6 +5812,7 @@ body.wp-admin {
justify-content: space-between;
position: relative;
margin: 0;
gap: 1%;
}
.admin-settings .demo .column-wrap > div {
width: 49.5%;
Expand Down Expand Up @@ -14165,6 +14166,7 @@ body.wp-admin {
justify-content: space-between;
position: relative;
margin: 0;
gap: 1%;
}
.admin-settings .demo .column-wrap > div {
width: 49.5%;
Expand Down
1 change: 1 addition & 0 deletions css/gutenberg-editor.css
Expand Up @@ -4048,6 +4048,7 @@ figcaption {
justify-content: space-between;
position: relative;
margin: 0;
gap: 1%;
}
.column-wrap > div {
width: 49.5%;
Expand Down
1 change: 1 addition & 0 deletions scss/_extension-layout.scss
Expand Up @@ -4,6 +4,7 @@
justify-content: space-between;
position: relative;
margin: 0;
gap: 1%;

>div{
width: 49.5%;
Expand Down
1 change: 1 addition & 0 deletions style.css
Expand Up @@ -6061,6 +6061,7 @@ figcaption {
justify-content: space-between;
position: relative;
margin: 0;
gap: 1%;
}
.column-wrap > div {
width: 49.5%;
Expand Down
4 changes: 2 additions & 2 deletions tmp/css-custom.php
Expand Up @@ -743,8 +743,8 @@
}
}
@media screen and (max-width:834px) {
.column-wrap > div{
margin-bottom: <?php echo $entry_content_margin_hight; ?>em;
.container .column-wrap{
gap: <?php echo $entry_content_margin_hight; ?>em;
}
}
.article .micro-top{
Expand Down

0 comments on commit eefeb10

Please sign in to comment.