Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions vulnerabilities/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
{% block content %}
<section class="section pt-2">
<div class="container">
<div class="columns is-centered mb-5 mt-2">
<div class="columns is-centered mb-5">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I belive we need margin from top here

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TG1999 I have added the margin class as you said,you can review it now

<div class="column is-full-tablet is-full-desktop">
{% include "vulnerability_search_box.html" %}
{% include "package_search_box.html" %}
</div>
</div>
<div class="columns is-centered mb-5">
<div class="columns is-centered mb-5 mt-2">
<div class="column is-full-tablet is-full-desktop">
{% include "package_search_box.html" %}
{% include "vulnerability_search_box.html" %}
</div>
</div>
<div class="notification is-info is-light has-text-centered">
Expand Down