diff --git a/www/layout.html b/www/layout.html index cbf99b2..f0c1d97 100644 --- a/www/layout.html +++ b/www/layout.html @@ -27,6 +27,10 @@ {% from "google-ads.inc.html" import leaderboard, nav_ads %} +
+ +
+
@@ -71,6 +75,7 @@
+
Kirsle
  • » Homepage (RSS)
  • diff --git a/www/solar/ui.css b/www/solar/ui.css index 089ce33..26e4c7d 100644 --- a/www/solar/ui.css +++ b/www/solar/ui.css @@ -114,6 +114,21 @@ p { margin: 10px 0px; } +/* Our own custom nav button for Bootstrap */ +.mobile-nav { + display: none; /* for small screens only */ + position: absolute; + z-index: 100; + top: 10px; + right: 10px; +} + +@media (max-width: 768px) { + .mobile-nav { + display: block; + } +} + /******************************************************************************* * General CSS Classes * ******************************************************************************/