From dc89c1536324c83418bb718758c32d2b5d0faee3 Mon Sep 17 00:00:00 2001 From: Prajwal Keshav Kotian <32770209+pk2k14@users.noreply.github.com> Date: Wed, 23 Oct 2019 11:24:29 +0530 Subject: [PATCH 1/2] Update footer.php --- application/views/footer.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/application/views/footer.php b/application/views/footer.php index b9c57de..b341bb2 100644 --- a/application/views/footer.php +++ b/application/views/footer.php @@ -1,5 +1,9 @@
+
+
Visit us at github.com/Myronic
+
+
built using CodeIgniter
@@ -9,4 +13,4 @@
- \ No newline at end of file + From ad6e87503cd98f4ea05fc16927fe2b8ceec43ab1 Mon Sep 17 00:00:00 2001 From: Prajwal Keshav Kotian <32770209+pk2k14@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:01:19 +0530 Subject: [PATCH 2/2] Update bootstrap.css --- assets/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/bootstrap.css b/assets/css/bootstrap.css index 63f0eea..aaf7d8d 100644 --- a/assets/css/bootstrap.css +++ b/assets/css/bootstrap.css @@ -71,7 +71,7 @@ body { line-height: 1.5; color: #343a40; text-align: left; - background-color: #fff; + background-color: #eee; } [tabindex="-1"]:focus { @@ -144,7 +144,7 @@ strong { } small { - font-size: 80%; + font-size: 70%; } sub, @@ -374,7 +374,7 @@ template { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; - font-weight: 700; + font-weight: 600; line-height: 1.2; } @@ -409,7 +409,7 @@ h6, .h6 { .display-1 { font-size: 6rem; - font-weight: 300; + font-weight: 250; line-height: 1.2; }