Skip to content

Commit

Permalink
Adjust navbar spacing and card placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Dec 14, 2023
1 parent d4c7467 commit ed399d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
</div>
{% endif %}

<div class="jumbotron jumbotron-fluid">
<div class="jumbotron jumbotron-fluid bg-light">
<div class="container">
{% if catalog %}
<div class="row row-cols-1 row-cols-md-3 mt-1 g-3">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-3 row-cols-xl-4 mt-1 g-3">
{% for entry in catalog %}
<div class="col">
<div class="card h-100">
Expand Down
10 changes: 9 additions & 1 deletion training-portal/src/project/static/styles/project.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
.navbar {
height: 50px;
padding: 0.6em;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 12px;
padding-left: 12px;
}

.navbar img {
height: 30px;
margin: 0px;
padding: 0px;
}

.container {
padding-top: 0px;
padding-bottom: 15px;
}

0 comments on commit ed399d0

Please sign in to comment.