digitalglarus: fixed menu layout

This commit is contained in:
rascencio 2015-10-04 19:05:09 -06:00
commit 54cadfb6a4
3 changed files with 21 additions and 3 deletions

View file

@ -42,6 +42,10 @@ hr {
display: none;
}
.brand {
text-transform: uppercase;
}
.navbar-brand {
text-transform: uppercase;
font-weight: 900;
@ -250,3 +254,13 @@ article {
.blog-abstract {
max-width: 700px;
}
.language-chooser-list {
width: 200px;
margin-bottom: 20px;
}
.language-chooser-list a {
color: white;
float: left;
}