Move header/footer/main elements into child templates The <content> tag is not meant for normal HTML, but rather the Shadow DOM, therefore I replaced it with <main> For consistency's sake I moved <header> and <footer> into the child templates as well
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/style.html → templates/style.html
@@ -49,7 +49,7 @@ input { font-size: 16px; } - content { + main,article { line-height: 1.6; }