Skip to content

Commit

Permalink
main element was already used
Browse files Browse the repository at this point in the history
  • Loading branch information
samliew committed Apr 18, 2022
1 parent 879e8b2 commit eb304fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/server/static/css/_general.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {
overflow-x: hidden;
}

main {
.container {
max-width: 2560px;
margin: 0 auto 1.5em;
padding: 0 1.5em;
Expand Down
4 changes: 2 additions & 2 deletions src/server/views/layouts/main.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</head>

<body>
<main>
<div class="container">
{{{body}}}
</main>
</div>

<script src="/js/script.js"></script>
</body>
Expand Down

0 comments on commit eb304fa

Please sign in to comment.