Skip to content

Commit

Permalink
Change layout and remove top 10 from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Sep 7, 2023
1 parent de0eb41 commit ac1b844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions apps/countries/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
<a class="nav-link" href="#" rel="nofollow">Compare Debt</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Top 10s
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Top 10 highest debt</a></li>
<li><a class="dropdown-item" href="#">Top 10 lowest debt</a></li>
Expand Down
5 changes: 2 additions & 3 deletions apps/countries/templates/country/country_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
{% block content %}

<main role="main">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container pt-4">
<div class="row">
<div class="col-lg-3 col-md-7 col-sm-6">
<div class="col-lg-3 col-md-12 col-sm-12">
{% for country in countries %}
<div class="card">
<div class="card-header pb-1">
Expand Down Expand Up @@ -67,7 +66,7 @@ <h5>Country</h5>
</div>
<div class="col-lg-9 col-md-12 col-sm-12">
<div class="container">
<div class="card">
<div class="card col-md-12 col-sm-12 col-xs-12">
<p class="h6 text-center pt-2">Economic Indicators per citizen (US Dollar)</p>
<div class="card-body">
<!-- Economic indicators Chart -->
Expand Down

0 comments on commit ac1b844

Please sign in to comment.