Skip to content

Commit

Permalink
Remove extra space between plugin hub sections and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightfirecat committed Jul 18, 2023
1 parent 474fdfc commit f1cd5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/plugin-hub-show.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const PluginHubShow = ({ externalPlugin }) => {
/>

<section id="externalPlugins">
<div class="content-section dark-card">
<div class="content-section dark-card pb-0">
<div class="card">
<div class="card-header card-body d-flex align-self-stretch">
<div class="mr-4 d-flex align-items-center">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/plugin-hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const PluginHub = ({
/>

<section id="externalPlugins">
<div class="content-section">
<div class="content-section pb-0">
<h1 class="page-header">{author ? author + ' ' : ''}Plugin Hub</h1>
<div class="row">
<div class="col-sm-8">
Expand Down

0 comments on commit f1cd5c4

Please sign in to comment.