diff --git a/public/themes/default/css/default.css b/public/themes/default/css/default.css index 6b37931..c7e32ea 100644 --- a/public/themes/default/css/default.css +++ b/public/themes/default/css/default.css @@ -66,6 +66,14 @@ a.monstra-blog-tag { background-color: #fff; } +.navbar-nav { + float: right; +} + +.icon-bar { + background: #333; +} + .navbar-nav a { color: #696969; } @@ -129,3 +137,9 @@ footer { margin-bottom: 20px; color: #aaa; } + +@media (max-width: 600px) { + .navbar-nav { + float: left; + } +} \ No newline at end of file diff --git a/public/themes/default/header.chunk.php b/public/themes/default/header.chunk.php index e6d8a8e..505ea2a 100644 --- a/public/themes/default/header.chunk.php +++ b/public/themes/default/header.chunk.php @@ -61,7 +61,7 @@