digitalglarus: fixed menu layout
This commit is contained in:
parent
4eecb94a63
commit
54cadfb6a4
3 changed files with 21 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue