Skip to content

Commit

Permalink
improved responsivene
Browse files Browse the repository at this point in the history
  • Loading branch information
CobbyElsonfx committed Sep 10, 2023
1 parent 56765a6 commit 5c1ccd3
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 36 deletions.
11 changes: 5 additions & 6 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,18 @@
</nav>

</div>
<section >
<div class="px-4 py-4 my-5 text-center ">

</header>
<main>
<div class="px-4 py-4 mb-3 text-center ">
<h1 class=" welcomeTitle type-effect"> <span class="welcomeTitleWelc">Welcome</span> to <span class="our">Our</span> <br> Movies Hub <span id="countsMovie"></span></h1>
<div class="col-lg-6 mx-auto">
<div class="d-grid gap-4 d-sm-flex justify-content-sm-center">
<input type="text" name="search" class="searchInput input">
<button class="searchBtn btn" type="submit">Search</button>
</div>
</div>
</div>
</section>
</header>
<main>
</div>
<div class="container">
<div class="row" id="movieContainer">
</div>
Expand Down
64 changes: 36 additions & 28 deletions dist/main. bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main. bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,5 @@ setTimeout(async () => {
navbarHamburgerToggler();
const load = document.getElementById('loader');
load.style.display = 'none';
}, 7000);
}, 6000);
loader();

0 comments on commit 5c1ccd3

Please sign in to comment.