Skip to content

Commit

Permalink
カラム設定した余白にならない不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed May 31, 2023
1 parent fc4d6a3 commit 8b609ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmp/css-custom.php
Expand Up @@ -383,7 +383,7 @@
}
<?php endif ?>
<?php //レスポンシブ
$responsive_width = get_site_wrap_width() + 24;
$responsive_width = get_site_wrap_width();
//次のブレークポイント(1023px)より幅が狭い場合はブレークポイントの値にする
if ($responsive_width <= 1023) {
$responsive_width = 1023;
Expand Down

0 comments on commit 8b609ac

Please sign in to comment.