Skip to content

Commit

Permalink
fixed the footer, added the missing category
Browse files Browse the repository at this point in the history
  • Loading branch information
wkambale committed Jul 22, 2024
1 parent f22cb84 commit 61801b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,12 @@ button {
width: 100%;
}


.footer {
position: fixed;
bottom: 0;
right: 0;
left: 0;
background-color: var(--lightgrey);
padding: 20px;
text-align: center;
margin-top: 20px;
}

.footer p, .hashtag {
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1>Kidnappings & Missing Persons in Uganda</h1>
<div class="search-sort">
<div class="content__buttons buttons">
<button data-category="All" class="active">All</button>
<button data-category="Arrested">Missing</button>
<button data-category="Arrested">Arrested</button>
<button data-category="Fallen">Fallen</button>
<button data-category="Kidnapped">Kidnapped</button>
Expand Down

0 comments on commit 61801b8

Please sign in to comment.