Skip to content

Commit

Permalink
edit style.css; for laquo in post btn - seil
Browse files Browse the repository at this point in the history
  • Loading branch information
seilk committed Jun 8, 2024
1 parent 11bdaff commit 74219dc
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 1,593 deletions.
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@
max-width: 100%;
height: auto;
} */


.next-btn {
margin-top: 3rem !important;
margin-left: 5rem !important;
}
2 changes: 1 addition & 1 deletion post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ <h1>Posts</h1>
</div>
<div class="ml-3"></div>
</div>
<nav class="mt-1">
<nav class="mt-1 next-btn">
<ul class="pagination justify-content-center">
<li class="page-item"><a class="page-link" href="/post/page/2/">&raquo;</a></li>
</ul>
Expand Down
5 changes: 2 additions & 3 deletions post/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,9 @@ <h1>Posts</h1>
</div>
<div class="ml-3"></div>
</div>
<nav class="mt-1">
<nav class="mt-1 next-btn">
<ul class="pagination justify-content-center">
<li class="page-item"><a class="page-link" href="/post/">&laquo;</a></li>
<li class="page-item"><a class="page-link" href="/post/page/3/">&raquo;</a></li>
<li class="page-item"><a class="page-link" href="/post/page/2/">&raquo;</a></li>
</ul>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion post/page/3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h1>Posts</h1>
</div>
<div class="ml-3"></div>
</div>
<nav class="mt-1">
<nav class="mt-1 next-btn">
<ul class="pagination justify-content-center">
<li class="page-item"><a class="page-link" href="/post/page/2/">&laquo;</a></li>
<li class="page-item"><a class="page-link" href="/post/page/4/">&raquo;</a></li>
Expand Down
Loading

0 comments on commit 74219dc

Please sign in to comment.