Skip to content

Commit

Permalink
justify-content for navbar-left in bs-compat.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoWagen committed Nov 4, 2024
1 parent 25440c2 commit 60f48e0
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
6 changes: 3 additions & 3 deletions themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/bootstrap3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap5/css/compiled.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions themes/bootstrap5/scss/bs3-compat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ h6, .h6 {
justify-content: right;
}

.navbar-left {
justify-content: left;
}

.media-body, .media-left, .media-right {
display: table-cell;
vertical-align: top;
Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/sandal/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal5/css/compiled.css

Large diffs are not rendered by default.

0 comments on commit 60f48e0

Please sign in to comment.