Skip to content

Commit

Permalink
bc_sample のスマホ時に左右余白を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Oct 25, 2020
1 parent 2d267da commit f918a21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ body {
@include bs-mq() {
box-sizing: border-box;
width: 100%;
padding: 0 20px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

@include bs-mq() {
width: 100%;
padding: 0 20px;
}
}

Expand Down Expand Up @@ -116,6 +117,7 @@

@include bs-mq() {
width: 100%;
padding: 0;
}

.ul-level-2 {
Expand Down
2 changes: 1 addition & 1 deletion lib/Baser/Config/theme/bc_sample/css/maps/style.css.map

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions lib/Baser/Config/theme/bc_sample/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f918a21

Please sign in to comment.