Skip to content

Commit

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

.my-0 {
margin-top: 0;
margin-bottom: 0;
.mt-4 {
margin-top: 1rem;
}

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

0 comments on commit bf05fc8

Please sign in to comment.