Replace custom css with Bootstrap4 classes

This commit is contained in:
sandipSubedi 2020-10-09 19:57:47 -05:00
parent 4d9472ca89
commit 910f973247
2 changed files with 2 additions and 9 deletions

View File

@ -15,24 +15,17 @@
<script src="https://cdn.datatables.net/1.10.22/js/dataTables.bootstrap4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.0/moment.min.js"></script>
<style>
body {
padding-top: 2rem;
padding-bottom: 2rem;
}
.black {
color: #292b2c;
}
</style>
</head>
<body>
<body class='mt-4 mb-2'>
<div class="container">
<div class="row">
<div class="col-sm-12 col-lg-12">
<div class="card">
<div class="card-header text-center">
<h3>
<a href="https://github.com/techgaun/active-forks" class="black">
<a href="https://github.com/techgaun/active-forks" class="text-dark">
<i class="fa fa-github-alt pull-left" aria-hidden="true"></i>
</a>
Active GitHub Forks

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 50 KiB