Skip to content

Commit

Permalink
.container {
Browse files Browse the repository at this point in the history
  margin: 0 auto;
  margin-top: 50px;
}
  • Loading branch information
ricoThaka authored Apr 12, 2024
1 parent a014df7 commit 84283ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div id="wrapper">

<div class="container">
<div class="container">
<section id="main_content">
{{ content }}
</section>
Expand Down
3 changes: 2 additions & 1 deletion _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1998,7 +1998,8 @@ border: 1px solid #c9ff23;
/* General & 'Reset' Stuff */

.container {

margin: 0 auto;
margin-top: 50px;
}


Expand Down

0 comments on commit 84283ff

Please sign in to comment.