CSS Section
@media only screen and (max-width: 700px) {
body {
h1.h1 mb-0 text-gray-800 {
text-align: center;
}
}
}
Bootstrap Section
<div class="container-fluid" style="overflow: hidden;">
<!-- Page Heading -->
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<h1 class="h1 mb-0 text-gray-800" >View Services</h1>
</div>
Is there a way to center the h1 text within this content?