mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-13 00:24:27 +02:00
UI Improvements - Default Theme - Updates #194
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user