diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 60c0007..7a09b6b 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -62,13 +62,16 @@ border: 1px solid #24052f; } - footer{ - padding-top: 35px; - padding-bottom: 40px; - margin-top: 120px; + footer, footer h3{ + color: white; } + + footer .bg-ci-animated a{ + text-decoration: none; + } + .btn-primary{ background-color: #24052f; border-color: #1c0625 ; @@ -91,4 +94,10 @@ color: #24052f; } + code{ + background: #f9efef; + padding: 10px; + border-radius: 8px; + } + \ No newline at end of file diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index 19f1b17..e60a736 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -1,23 +1,111 @@ -