chore: align heading center in index.html

This commit is contained in:
s-aga-r 2023-01-04 10:30:15 +05:30
parent 76be9de801
commit 781578c803

View File

@ -16,13 +16,16 @@
.gantt .bar-milestone .bar {
fill: tomato;
}
.heading {
text-align: center;
}
</style>
<link rel="stylesheet" href="dist/frappe-gantt.css" />
<script src="dist/frappe-gantt.js"></script>
</head>
<body>
<div class="container">
<h2>Interactive Gantt Chart entirely made in SVG!</h2>
<h2 class="heading">Interactive Gantt Chart entirely made in SVG!</h2>
<div class="gantt-target"></div>
</div>
<script>