Skip to content

Commit

Permalink
Update footer min-height in style.css and remove empty class attribut…
Browse files Browse the repository at this point in the history
…e in index.html
  • Loading branch information
mmpotulo28 committed Apr 29, 2024
1 parent e329441 commit 239ed67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ footer {
background-color: var(--font-color);
margin: 0;
padding: 50px 0;
min-height: 0vh;
min-height: 80vh;
}

.no-background {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1>Pick and Option</h1>
<!-- quiz topic container -->
<div class="container"> </div>

<footer class="no-background">
<footer class="">
<nav class="navbar">
<ul>
<li>
Expand Down

0 comments on commit 239ed67

Please sign in to comment.