Made some divs consistent, the header was a div type with id='header'
and the footer was a footer type with no id, so now they are both both. Also added some margins at the top and bottom of the page in CSS
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<%- include('../partials/head'); %>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<header id="header">
|
||||
<%- include("../headers/site_wide") %>
|
||||
</div>
|
||||
</header>
|
||||
<div id="comment">
|
||||
<%- include("../partials/comment"); %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user