Skip to content

Commit

Permalink
Remove mobile top margin from media-body (#3627)
Browse files Browse the repository at this point in the history
  • Loading branch information
maccabeelevine committed May 7, 2024
1 parent 53d5fe9 commit 0902e4c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion themes/bootstrap3/less/components/record.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
.record .media-body { // Add a gap between the thumbnail and the info
display: block;
width: auto;
margin-top: 1rem;
}
}

Expand Down
1 change: 0 additions & 1 deletion themes/bootstrap3/scss/components/record.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
.record .media-body { // Add a gap between the thumbnail and the info
display: block;
width: auto;
margin-top: 1rem;
}
}

Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 0902e4c

Please sign in to comment.