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 { .gantt .bar-milestone .bar {
fill: tomato; fill: tomato;
} }
.heading {
text-align: center;
}
</style> </style>
<link rel="stylesheet" href="dist/frappe-gantt.css" /> <link rel="stylesheet" href="dist/frappe-gantt.css" />
<script src="dist/frappe-gantt.js"></script> <script src="dist/frappe-gantt.js"></script>
</head> </head>
<body> <body>
<div class="container"> <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 class="gantt-target"></div>
</div> </div>
<script> <script>