Skip to content

Commit

Permalink
Update styles to remove top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed Apr 19, 2023
1 parent b8e030c commit 5125444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css/ubc_share_block.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
padding-bottom: .5rem;
}

.mt-8 {
margin-top: 2rem;
.my-0 {
margin-top: 0;
margin-bottom: 0;
}

.mb-0 {
Expand Down
3 changes: 1 addition & 2 deletions templates/share-block.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
'gap-4',
'px-4',
'py-2',
'mt-8',
'mb-0',
'my-0',
'list-none',
'border',
'rounded-full',
Expand Down

0 comments on commit 5125444

Please sign in to comment.