diff --git a/_includes/footer.html b/_includes/footer.html
index 59b7445..5b9a51a 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -20,6 +20,6 @@
-
© Copyright 2016 — Watch Out! News Agency
+
© Copyright 2018 — Watch Out! News Agency
diff --git a/_includes/navbar.html b/_includes/navbar.html
index c683f60..b62add4 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -27,10 +27,10 @@
- Watch Out!
+
-
+
{% for cat in site.data.categories %}
{% if cat.subcategories != nil %}
-
diff --git a/_sass/bootstrap/_navbar.scss b/_sass/bootstrap/_navbar.scss
index 11e5c01..2a5f23c 100644
--- a/_sass/bootstrap/_navbar.scss
+++ b/_sass/bootstrap/_navbar.scss
@@ -380,7 +380,7 @@
float: left !important;
}
.navbar-right {
- float: right !important;
+ float: right !important;
margin-right: -$navbar-padding-horizontal;
~ .navbar-right {
@@ -660,3 +660,7 @@
}
}
}
+
+.hacky-css{
+ width: 100% !important;
+}
\ No newline at end of file