Skip to content

Commit

Permalink
Why is the footer not staying at the bottom?
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Nov 16, 2023
1 parent 695755d commit 061bdf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<header class="d-flex flex-column flex-md-row align-items-center pb-3 mb-5 border-bottom">
<header class="pb-3 mb-5">
<div>
<a href="{{ site.github.url }}/" class="d-flex align-items-center text-decoration-none" title="Home">
<img src="/assets/img/cyberlang-logo.png" alt="CYB3RL4NG logo" width="30" style="margin-right: 10px;">
Expand Down
7 changes: 7 additions & 0 deletions _sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

@use "theme";

header {
display: flex;
flex-direction: row;
align-items: center;
border-bottom: solid;
}

.site-title {
font-family: "PixeloidMono";
font-weight: bold;
Expand Down

0 comments on commit 061bdf9

Please sign in to comment.