Updated header.vue to div header div an id

This is to make CSS style targeting easier.

could be a div id=header or header element, I decided on the id so it shouldn't cause issues with any previous theming.
pull/1045/head
Adam 2021-07-09 17:42:55 +01:00 committed by GitHub
parent aa515545db
commit 61cdeaebee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div>
<div id="header">
<h1 id="title" class="col-12 text-center pt-4 mt-4 mb-3 header-title font-6">{{core.name}}</h1>
<h5 id="description" class="col-12 text-center mb-5 header-desc font-3">{{core.description}}</h5>
</div>