mirror of https://github.com/statping/statping
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
parent
aa515545db
commit
61cdeaebee
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue