Skip to content

Commit

Permalink
Merge pull request #4 from mturvillehei/CSS-Fork
Browse files Browse the repository at this point in the history
Centering banner
  • Loading branch information
mturvillehei authored Jul 28, 2023
2 parents f8f73c9 + 7b66729 commit 54d71d3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@

@import 'jekyll-theme-leap-day';

#banner {
display: flex;
justify-content: center;
align-items: center;
}

.downloads {
display: flex;
}

.downloads ul {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
}

.downloads ul li {
margin: 0 10px;
}


twitter {
width: 230px;
position: fixed;
Expand Down

0 comments on commit 54d71d3

Please sign in to comment.